Flutter Heroes
26.1K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on /r/flutterdev subreddit:

For those who are starting on the road to learning Flutter
I've spent the last several months learning Dart and Flutter and I thought I'd mention a few good tutorials that I have used on my road to learning flutter. Just because one can code with flutter does not necessarily make one a good teacher of flutter. Listed below are my favs. If you have others that you like then please add them in the comments.Johan Jurrius on youtube has, in my opinion, the best tutorial on learning Dart. He's also got a great playlist for learning flutter. He takes into account the recent changes with the introduction of Flutter 2.0 such as null safety.Angela Yu has a course called "The Complete 2021 Flutter Development Bootcamp with Dart" on the App Brewery website for which she charges $10. Well worth the investment. Lots of exercise challenges. She has an amazing ability to take complex topics and make them easy to understand. I was very impressed with her teaching talents. (she also has a voice to die for)Easy Approach on youtube has excellent detailed flutter tutorials for beginners and he is able to explain the various nuances quite clearly.The Net Ninja has a nice youtube tutorial on learning flutter. He provides a very good introduction to the basics of flutter. Like the others on this list, he is a good teacher.

June 18, 2021 at 06:38PM by kodi412
https://ift.tt/3gEveLE
New post on /r/flutterdev subreddit:

When iOS 15 releases, how much functionality is affected within Flutter?
Currently developing on the latest release of Flutter. When iOS is released, how is this handled within Flutter? Would I just manually debug to see what is broken within my app?I can't find much information online regarding continued support for Flutter when new Operating Systems are released for mobile devices: iOS and Android. Does Flutter release a new version when a major OS is released? How much down-time if any is there between an iOS/Android OS release and a new Flutter release to handle the changes?I could simply be over-thinking things, but would like to be prepared!Thank you, in advance.

June 18, 2021 at 08:02PM by softwareacc
https://ift.tt/2SHSSxy
New post on /r/flutterdev subreddit:

Connecting an app to an arduino device using WiFi
Does anyone have experience using Flutter to do this?

June 18, 2021 at 08:22PM by hippocriticalll
https://ift.tt/35A0YLD
New post on /r/flutterdev subreddit:

Developing in Flutter and Dart while offline (disconnected from the mothership)
Hello,I'd like to be able to develop in flutter by adding non-cached packages as needed, while offline (developing on airplane, island, beach or on the streets if I don't pay my rent).So, I'd like to know if there is any way to backup the official Flutter package repository for offline use.Just now, I few like a Independence Day's small aircraft or an early Star Wars B1 battle droid: mothership dependent."Roger, roger" and thanks in advance.

June 18, 2021 at 10:52PM by GoodSamaritan333
https://ift.tt/3gA7Df8
New post on /r/flutterdev subreddit:

react to flutter
Hello everyone, i have small question to flutter and react or react native developers.did knowing react or react native help you in learning flutter ?

June 19, 2021 at 12:01AM by mohamedcherif20
https://ift.tt/3gDIVdZ
New post on /r/flutterdev subreddit:

My new pub package just_the_tooltip
https://pub.dev/packages/just_the_tooltipHi ! I decided to create this package as I couldn't really find a tooltip solution that worked for me. It's one of the nerdier packages I've made and involved way more math and complexities than I first thought. Hope someone finds it useful

June 19, 2021 at 01:41AM by Nolence
https://ift.tt/3vFivgb
New post on /r/flutterdev subreddit:

Custom Timer
Hi guys! I recently publish custom_timer package It helps to easily build a highly customizable timer builder⚡️ Main features:Timer controller (start, pause and reset).Custom duration, interval and actions.Any feedback would be great! 🤩Pub: https://pub.dev/packages/custom_timerGitHub: https://github.com/federicodesia/custom_timer

June 19, 2021 at 03:52AM by federicodesia
https://ift.tt/2TPpTYM
New post on /r/flutterdev subreddit:

Bottom Bar - An Optimized Bottom Navigation Bar with Beautiful Animations
This package is inspired by bottom_navy_bar and has many improvements over it:BottomBarItem's width is dynamic and not fixed (Bottom_bar vs bottom_navy_bar)Dark Mode SupportMore optimized (BottomBarItem vs BottomNavyBarItem)Allows inserting keys for each BottomBarItem for widget testing

June 19, 2021 at 03:35AM by quantumizeCode
https://ift.tt/3cT7elI
New post on /r/flutterdev subreddit:

Just landed my first Flutter Development job today! Any tips for new devs??
After 10 months of learning (5-10 hours per week), I finally landed a job.I have questions on Flutter web.Any resources and courses I should take to better up my skills?I have been using responsive builder and have been changing widths of containers using mediaquery.If any of you can provide youtube courses or medium articles I should read, I would really appreciate it as I am still junior and learning.

June 19, 2021 at 05:54AM by mryoloo
https://ift.tt/3gKolqX
New post on /r/flutterdev subreddit:

Flutter Persistent Authentication Flow with Supabase
https://ift.tt/3qbjzXG

June 19, 2021 at 07:30AM by bhakevaghela
https://ift.tt/3wI7TOC
New post on /r/flutterdev subreddit:

Which device for best debugging performance?
My old iPhone will soon reach his end-of-life and as I'm doing lots of flutter development, I was thinking of switching over to a decent Android device again, to do more debugging on my device (developing on Linux).As I'm traveling around a lot (and using an iPhone as a daily driver) I mainly use chrome as the debugging device of my choice. Mainly because it doesn't require an additional device for me to carry around. However, it brings it's small problems and special treatments here and there and I was questioning, if it's worth getting an Android device for better and faster debugging.I also target mostly on Apps for iPhone/Android for which my debugging time split to around 80% debugging in chrome and 20% debugging on my old Galaxy Note 3 backup-device (released in 2013, not powerful enough to do all the debugging on there - simply to slow). So with this old device I don't really have a comparison how a more recent device with lets say an Snapdragon 870 performs compared to chrome.I develop on an i7-7600 notebook CPU, to give it a number. What do you guys think? worth getting an Android for better debugging performance? If yes any special recommendations or considerations regarding hardware?

June 19, 2021 at 08:22AM by MoveNext
https://ift.tt/35PFzhP
New post on /r/flutterdev subreddit:

Hey yall! I am really happy for the subs, views and likes which are coming from here, it makes me happy that there are people who like these quick beginner tutorials, so I made another one, this time for reusable/custom widgets, thank you all for watching ! 😍😊
https://youtu.be/vIKOHrPPXck

June 19, 2021 at 12:49PM by weird-human-of-earth
https://ift.tt/3gJ9xsz
New post on /r/flutterdev subreddit:

Flutter Production Boilerplate - Let's have a discussion!
I have been working on a Flutter project which I can use as a template for my future projects. I tried to incorporate a few best practices into the repository, which can be found here: GitHub RepositorySome of the practices I included are:Using BLOC & Cubit for state management.Using Pedantic for stricter linting rules.Using Hive for platform independent storage that also works for web.Project structure, const constructors, extracted widgets and many more...Since I am still relatively new to developing production applications with Flutter I wanted to collect some feedback and start a discussion about which practices make sense and which do not. Maybe I have missed some things, maybe some things must be built differently.I am looking forward to some feedback. Have a nice day!

June 19, 2021 at 02:54PM by Pharrax
https://ift.tt/3vHGeMH
New post on /r/flutterdev subreddit:

Is it possible to show NFT Artworks in Flutter like this React Plugin?
Hey people, I had to take a break from flutter development some months ago while finishing uni and now I got my time back. I want to some kind of app displaying NFT artworks and found a React package so it got me checking react native etc. but tbh I still really enjoy flutter and don't want to drop it. So my question is there is a react plugin that displays random NFTs and was curious if it would be possible to do this in flutter? Also if you are willing to help we can discuss that too in private.This is the react plugin: https://nfte.app/

June 19, 2021 at 02:16PM by erdincciftci
https://ift.tt/3iPMP4Q