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

Please how can i navigate to mew route if camera button is pressed
Hi guys , please im using image picker and camera as my source i want if the user takes a photo with the camera it should take the user to a new route , pleas how cam i do it???

January 08, 2019 at 04:14PM by ibrahim shehu ibrahim
http://bit.ly/2FiMALW
New post on /r/flutterdev subreddit:

How to use AdMob & Facebook Audience Network in Flutter?
Hi !I tried to research this, but I can't find it really. I would like to use AdMob Mediation, with Facebook Audience Network. But how do I initialize the AdMob & FAD SDK, load the ads, etc.? I could only find something about AdMob with Firebase supported for Flutter, but I'm not sure.​Is this possible?​Thanks in advance! I'm quite new to Flutter so forgive me if I'm not really understanding this correctly.

January 08, 2019 at 04:26PM by BleepBlob
http://bit.ly/2CXo1mg
New post on Flutter Dev Google group:

Bungee - open source music app
Hey community i have created a flutter music app and will like to share with you github link -http://bit.ly/2QzPa2d

January 08, 2019 at 06:04PM by Bhavneet Singh
http://bit.ly/2splDi5
New tweet from flutterio:

If you ever wanted to see how the counter app would look if it used scoped_model, there's now a sample just for you at https://t.co/Dl6Ve37CSn.

This app uses one of the simplest possible state management techniques.

Find it here → https://t.co/oF5OHQGeJg pic.twitter.com/74PddgncGn— Flutter (@flutterio) January 8, 2019

January 08, 2019 at 06:00PM
http://twitter.com/flutterio/status/1082683374257537024
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