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

Console message - W/Choreographer: Frame time is xxx ms in the future!
I continually get multiple messages in the debug console when running any Flutter application (including the default "flutter create" application) that says something like the following ... > W/Choreographer(11099): Frame time is 0.047482 ms in the future! Check that graphics HAL is generating

January 08, 2019 at 07:42PM by Aryeh
http://bit.ly/2FjqGYX
New tweet from flutterio:

Need to know how big your widget is going to be before you decide how to compose it? Try a LayoutBuilder! It provides its build method with a context plus the incoming size constraints, so you can check them before building child widgets.

Click for more #WidgetoftheWeek tips! ↓ pic.twitter.com/HXLYs0HpDK— Flutter (@flutterio) January 8, 2019

January 08, 2019 at 09:24PM
http://twitter.com/flutterio/status/1082734857229262848
New post on /r/flutterdev subreddit:

Flutter | Flutter Blog | CHEAT SHEETS
Flutter Cheat Sheets​https://www.codewithakshay.com/cheat-sheets​​

January 08, 2019 at 10:14PM by akki7271
http://bit.ly/2SIK1Xr
New post on /r/flutterdev subreddit:

SharedPreferences best practice?
Hi Everyone!I am make chat app in Flutter. I store some info with shared_preferences plugin. For example user UID, username…I am question best practice for load data from shared_preferences.Should load all info at app startup? So load into global variables (or inherited widget?).Or should load just when needed?Problem with 2 is load from shared_preferences expensive. Many data is reuse in app (for example settings, app drawer).What you think?Thanks!

January 08, 2019 at 10:06PM by Flutter_Dev
http://bit.ly/2AE4bL3
New post on Flutter Dev Google group:

In webview using flutter_native_web plugin, keyboard and browse files is not working in android.
I have craeted a webview app in flutter using flutter_native_web plugin. Everything is working fine in iOS device but in Android keyboard, browse files and back button is not working . Flutter doctor output [√] Flutter (Channel beta, v0.11.13, on Microsoft Windows [Version 10.0.17134.472],

January 09, 2019 at 07:03AM by Uwais Saleem
http://bit.ly/2RkiIGf
New post on Flutter Dev Google group:

Flutter firebase database.set(object) issue
I have a class Product and it is in List plist Now I need to call firebase database.set(plist) this is working with Java but when I tried to do it with flutter dart it showing error any body have solution for this problem From stack overflow I understand use database.set('{"a":"apple"})

January 09, 2019 at 10:01AM by Midhilaj M
http://bit.ly/2Fl4HRp
New post on Flutter Dev Google group:

Display YouTube LiveStream in Flutter
Hi. I am creating a video streaming app. I have been able to stream Vimeo and regular YouTube videos successfully. However when I attempt to swap out a normal YouTube link for a YouTube live event link, it doesn't work. Any advice on how to display a YouTube live stream in Flutter would be

January 09, 2019 at 10:25AM by Wilsharo
http://bit.ly/2SIoopX
New post on Flutter Dev Google group:

How to make a very soft animation
Hi... how do i make a very soft animation with cards going up one after the other on a screen? the animation seems to be skipping spaces and not sliding over them

January 09, 2019 at 02:31PM by Tiagosito
http://bit.ly/2H0EnOH
New post on /r/flutterdev subreddit:

Is nested ScopedModel<T> the only approach for using multiple models across an app?
Edit: Should've clarified in the title, this is a question for scoped_model package It just seems, out of place and I'm sure I could refactor this example brian posted into its own little widget to make it cleaner, but it does look like a dirty hack in a way. Because I'm sure there's going to be times where you'll have extremely large applications with a dozen or so model classes and a nested ScopedModel<T> seems odd. Despite me liking scoped_model it seems like the only alternative while still using that model is creating a service locator (which wouldn't be the worst thing as long as you're still respecting SRP, but that would rule out using ScopedModel.of)Maybe you all can shed some light on the topic because I do like how simple scoped_model is, but that seems like some baggage that comes with it.

January 09, 2019 at 04:01PM by SaltTM
http://bit.ly/2ACHPtv
New post on /r/flutterdev subreddit:

Introducing Square In-App Payments - Including Flutter Plugin
http://bit.ly/2FpyCYq

January 09, 2019 at 06:04PM by laerien
http://bit.ly/2M0JRrN
New post on Flutter Dev Google group:

Invite to Slack Group
Hi Flutter Community, How may I request an invite to the Flutter Slack Group ? Thank you! Adam

January 09, 2019 at 06:57PM by Adam Hurwitz
http://bit.ly/2FhKZ9S
New post on Flutter Dev Google group:

How To Pass MoPub Native Ad To Flutter?
Hi Flutter Community, I'm researching how to integrate MoPub's Android and iOS native ads implementation over to Flutter. *What data from the native ad received from MoPub in the* *onNativeLoad* *method below would need to be passed in order for Flutter to display properly?* Potential Solution

January 09, 2019 at 07:51PM by Adam Hurwitz
http://bit.ly/2RK7vyc