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

Image assets error in yaml file
It got this error'The asset assets/bitcoin.png does not exist.
Try creating the file or fixing the path to the file.dart(asset_does_not_exist) 'How must i solve this please help me

October 26, 2021 at 10:26AM by OkRelationship942018
https://ift.tt/30VRP0J
New post on /r/flutterdev subreddit:

DartUP 2021: Online conference about Dart and Flutter in English
Five years ago we created DartRu — a Russian-speaking community, which was officially recognized by Google. And we are hosting DartUP, the only Dart and Flutter conference in Russia, for the fifth year in a row. This year, DartUP is back in an online format. There will be several streams of talks about Dart and Flutter in Russian and in English. We invited the most interesting speakers from Google and other companies to share news about the Dart ecosystem and their practical experience. Participating is free.More information: https://dartup.ru/EN/

October 26, 2021 at 12:24PM by Anton_from_Wrike
https://ift.tt/3jEgm0P
New post on /r/flutterdev subreddit:

Has anyones iPhone 13 pro users mentioned or complaint about the janky non 120hz scrolling?
I’m curious if flutters lack of apples ProMotion display support is really affecting apps? I don’t have a physical device to test yet since they are on back order. If anyone has noticed this issue what type of apps are affected by it the most? All apps with long scrolling lists? How about video apps similar to reels or other social media type apps? TYIA

October 26, 2021 at 02:45PM by Necessary1OK
https://ift.tt/3jDoBdG
New tweet from FlutterDev:

🦋📚 Learn Flutter with the Flutter Community! On October 27th, we will review chapters 5 & 6 of #flutterapprentice, dive deeper into widgets, get an intro to state management and answer your questions! Join the discussion 👉 https://t.co/zhizzEBYte https://t.co/n0xBTt6LG1— Flutter (@FlutterDev) Oct 26, 2021

October 26, 2021 at 06:00PM
https://twitter.com/FlutterDev/status/1453028668880662530
New tweet from FlutterDev:

🦋 Grab the #flutterapprentice here 👇 https://t.co/TfgyFPT0fO— Flutter (@FlutterDev) Oct 26, 2021

October 26, 2021 at 06:06PM
https://twitter.com/FlutterDev/status/1453030226816954373
New post on /r/flutterdev subreddit:

Did you know that in Flutter, using a combination of Stack, SizedBox and CircularProgressIndicator you can create your own progress indicator with text showing loading percentages? 💙
https://ift.tt/3noRs6A

October 26, 2021 at 06:26PM by VandadNahavandipoor
https://ift.tt/3pCXqTY
New post on /r/flutterdev subreddit:

Flutter with AWS Amplify - need some insights
Hi Everyone!Are there folks playing around with using AWS Amplify for Flutter. I've been using it to build a friends trip planning app, and so far it has been going well for me. Authentication/Authorization and Datastore (database) was pretty straight forward. If you are using Amplify, what do you like or do not like about it?

October 26, 2021 at 10:23PM by abdallahshaban
https://ift.tt/30UNFpW
New post on /r/flutterdev subreddit:

Fail-safe vs fail-fast - should I force crashes on uncaught exceptions and how?
Current Dart/Flutter approach to uncaught exceptions can be called "fail-safe" - if code processing a button click throws an exception, the app won't crash. Such exceptions will be in logs and in Firebase, but users might even not notice something went wrong.I come from native-Android-dev background where apps follow the "fail-fast" approach by default - if there's an uncaught exception, app crashes immediately.While there are certain benefits to the Flutter's fail-safe approach, there's a huge problem with it - uncaught exceptions often cause objects to be in broken states, because such exceptions are often thrown in the middle of complex state modifications.At first I tried to bring the Android's fail-fast approach by manually causing the app to die in uncaught exceptions handlers.
But it caused problems - the Flutter framework tends to throw exceptions in debug mode if there's anything wrong with it. The "A RenderFlex overflowed" error is a good example - you don't want your app to crash every time it faces a bad layouting in debug mode.So I abandoned the safe-fast approach in favor of the default fail-safe behavior. But now I see cases where the app becomes practically broken when something throws. App looks fine, but it doesn't operate normally, users complain, and all I can tell them is "please restart the app".The "please restart the app" approach is horrible and I'm thinking about returning to fail-fast.How do you handle this problem?
Did you try to bring the fail-fast approach to Flutter?
How did you do it and did it help?

October 27, 2021 at 08:58AM by submergedmole
https://ift.tt/3EhwrBy
New post on /r/flutterdev subreddit:

Get started with Flutter and Firebase Integration!
https://ift.tt/3BdMMW9

October 27, 2021 at 10:41AM by Jitendra_97
https://ift.tt/3pFEQL2
New post on /r/flutterdev subreddit:

How to use google_ml_kit for translation in flutter
https://ift.tt/31at01v

October 27, 2021 at 11:37AM by Aaqilsh
https://ift.tt/3pIdTGM