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

Intermediate: Text Recognition, Language detection and Language translation using Huawei ML Kit in Flutter (Cross platform)
/r/HMSCore/comments/o1tp96/intermediate_text_recognition_language_detection/

June 18, 2021 at 10:52AM by ooWYXNoo
https://ift.tt/3q4Lw3D
New post on /r/flutterdev subreddit:

Conditionally loading a Flutter App’s first screen with AutoRoute and Navigator 2.0
I've just started writing so I'm beginning with small stuff that helped me along the way, hacks and such which makes my job easier. Check out the blog here.

June 18, 2021 at 10:28AM by hotfix666
https://ift.tt/35zjpQI
New post on /r/flutterdev subreddit:

App Feedback Thread - June 18, 2021
This thread is for getting feedback on your own apps.Developers:must provide feedback for othersmust include Play Store, App Store, GitHub, GitLab, or BitBucket linkmust make top level commentmust make effort to respond to questions and feedback from commentersmay be open or closed sourceCommenters:must give constructive feedback in replies to top level commentsmust not include links to other appsTo cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.- r/FlutterDev Mods

June 18, 2021 at 03:00PM by AutoModerator
https://ift.tt/35A6jCM
New post on /r/flutterdev subreddit:

Which backend I should choose?
Guys I was planning a flutter based e tournament application with fitness tracker also little bit e-commerce integration but was heavily confused about what backend or which framework I should choosetheir was a 2 option that is suitable for me one is firebase or another django but the problem it's that firebase is might little bit costly for me when the application can grow or more data requests ( because there alots of read write request will create for single user)And with django I face problem with authentication ( more clearly with social authentication )So I comes out with final results so use both firebase and django firebase or NoSQL for user authentication and django or SQL database product, and other related. So is it's ok to store data in different different locations if yes then what its the best way to storing or using the data or no so why and how can I improve it's.

June 18, 2021 at 02:33PM by Prashant_4200
https://ift.tt/2SJ5y7t
New post on /r/flutterdev subreddit:

PureWidget package
I was recently investigating the performance impact of unnecessary widget rebuilds to verify some kinds of optimizations are necessary inside the core of the Flutter UI framework (demo here)Inspired by the results I've come up with an implementation of the base widget which tries to solve the problem of the unnecessary rebuild (even though widget instance would still be created, Element.update would be called, you will save on the cost of Widget.build methodPackage link: pure_widget

June 18, 2021 at 03:44PM by lesnitsky_a
https://ift.tt/2SAWWjp
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