Flutter Heroes
25.5K subscribers
272 photos
2 videos
31.1K links
Download Telegram
New post on Flutter Dev Google group:

Dart 1.5.4 Bug Alert: scrambled global vars
I have run into a problem in Dart 1.5.4 that didn't exist in Dart 1.2. Problem, I retrieved info from a server and store that info in some global vars. Inside of initState, this is where I see Dart scrambling my object data. I have spent days tracking this down and, in my mind, there is nothing

May 23, 2019 at 05:52PM by jerry hamby
http://bit.ly/2JZE3jh
New post on /r/flutterdev subreddit:

A plugin for code generation to help you manage Internationalization in one platform
Just write a plugin lang_table to help you manage Internationalization in one platform. Now, support to manage all strings in AirTable and generate json files for Flutter project.Also, use it with gen_lang. It is a dart library for internationalization. Extracts messages to generate dart files required by Intl.Now, Four steps for handling internationalization for Flutter(1) Preparing string files on AirTable
(2) Run lang_table to generate json files
(3) Run gen_lang to generate i18n.dart
(4) Use it in codesEnjoy it.

May 23, 2019 at 07:19PM by ycy101
http://bit.ly/2EsFLWF
New tweet from FlutterDev:

Get the most out of your screen space! Use MediaQuery to get insight into UI needs & build your layout accordingly.

⬆️ ➡️ Access device orientation
💬 User preference settings
🚨 Detailed safe area info

Click here for more #WidgetoftheWeek tips ↓ pic.twitter.com/uKDcu1njAL— Flutter (@FlutterDev) May 23, 2019

May 23, 2019 at 08:46PM
http://twitter.com/FlutterDev/status/1131632503431655424
New post on /r/flutterdev subreddit:

WebM support for Flutter?
Is there any support for the WebM format in Flutter?

May 23, 2019 at 08:48PM by thisw4y
http://bit.ly/2JApeV2
New post on /r/flutterdev subreddit:

Flutter Development on a Low-End PC.
If you have a PC that can't handle 4 chrome tabs, this is for you.https://medium.com/@bimsina/flutter-development-on-a-low-end-pc-21c867a2a748

May 24, 2019 at 08:34AM by bimsina
http://bit.ly/2EsUC3s
New post on /r/flutterdev subreddit:

Article on Animation showing how RNN process works shown at GoogleIO19 by @PinkeshDarji
http://bit.ly/2HzI5wY

May 24, 2019 at 09:29AM by pinkeshdarji
http://bit.ly/2YOdh1v
New post on /r/flutterdev subreddit:

dose flutter support 64 bit any guide?
dose flutter support 64 bit? google started to send mail about it​By August 1, 2019, all apps that use native code must provide a 64-bit version in addition to the 32-bit version in order to publish an update.

May 24, 2019 at 10:06AM by Kotaibaw
http://bit.ly/2X33Ri1
New post on Flutter Dev Google group:

Where do I report an issue wit api docs?
I suspect I should post at flutter github issues but I'm not sure

May 24, 2019 at 03:19PM by Anton Duzenko
http://bit.ly/30Edw0Z
New post on /r/flutterdev subreddit:

The marshalling library allows to marshal and unmarshal (also serialize/deserialize) an objects (e.g. into json compatible types)
http://bit.ly/30IZbjK

May 24, 2019 at 03:30PM by andrew_mezoni
http://bit.ly/2K04420
New post on /r/flutterdev subreddit:

A doubt about using Provider + BLoC together,
I have used BLoC pattern in a few projects previously and I recently checked provider package, and I understand that it provides wide range of options including option to use Blocs with it. But when I tried to use it I came across this one limitation. I cannot Initiate the Bloc as per route basis, i.e I cannot insert Bloc provider right above the widget. Instead I have to initiate them above the MaterialApp widget wrap it around them. That means everything is alive until app is alive. which seems to be not a good Idea?​At this is point am not sure I was doing something Anti-pattern or is it just a limitation of the package? What is advantage and disadvantage of both?​Edit: better explanation in issue with codehttps://github.com/rrousselGit/provider/issues/85

May 24, 2019 at 12:39PM by shashikantx
http://bit.ly/2M8YMnz
New tweet from FlutterDev:

It's so much easier to see your widget hierarchy with UI guides now 🤠 pic.twitter.com/WmjR0fihSZ— John Ryan (@jryanio) May 23, 2019

May 24, 2019 at 06:00PM
http://twitter.com/FlutterDev/status/1131953000463908869