Flutter Heroes
26K subscribers
272 photos
2 videos
31.1K links
Download Telegram
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
New post on /r/flutterdev subreddit:

Finding the sender of a message from a thread using the SMS package
I've been using this SMS library to build an SMS client:https://pub.dartlang.org/packages/smsHowever, when I get all the messages from a certain SMS thread, and read the sender attribute for each individual message, it will only show the other person as the sender.For example, let's say I send the phone number 778844 two texts, and they reply back with two more, it'll say that all four were sent by 778844, and none by me.

January 09, 2019 at 07:21PM by bots-
http://bit.ly/2Cfdcue
New post on Flutter Dev Google group:

Open another flutter app from a my flutter app
How to open another flutter app from a my flutter app? url_launcher is not accepting open with package name as in android or ios Does anyone know how to do this?

January 09, 2019 at 09:20PM by Tiagosito
http://bit.ly/2Can08A
New post on Flutter Dev Google group:

Error with Async .then() method for builder
The stream runs great and returns the documents but I need to display the object data associated with the variables in the objects returns from the first stream. I need to fetch info from Firebase with the information I get back from Firebase. I placed the _buildScheduleItem within a async

January 09, 2019 at 09:40PM by Brennan Altringer
http://bit.ly/2FnihDV
New post on Flutter Dev Google group:

How to remove left & right padding from ListTile in landscape
Trying to remove left and right padding from ListTile widget so the elements appear closer to the edge. I've set the property 'contentpadding' to 0 for both sides which works fine in portrait mode but when I switch to landscape the padding is still visible. I have included a sample app below.

January 09, 2019 at 10:22PM by Holden Scofield
http://bit.ly/2SSPvyA