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

Routes transition for NamedRoute
Hello To all, I have a question... I create my custom route transition. and if i do : Navigator.push( context, new btmToTopRoute(builder: (context) => new Login()), ); Everything works... But how i can do it for a NamedRoutes routes: { "/onBoarding": (BuildContext

June 04, 2019 at 10:49PM by Pascal Fournier
http://bit.ly/2WL5Fzt
New post on /r/flutterdev subreddit:

Gradle project does not define a task for the requested build
The Gradle project does not define a task suitable for the requested build.
The android/app/build.gradle file defines product flavors: development, production
You must specify a --flavor option to select one of them.
Finished with error: Gradle build aborted.i'm stuck here and no topic helped me at all
thanks

June 04, 2019 at 11:16PM by EpicManolin
http://bit.ly/2QKjCbh
New post on Flutter Dev Google group:

Set up Device en Intellij
Hi, How set up device en Intellij for Flutter Project? Thanks!

June 05, 2019 at 01:06AM by Jean Paul Gotopo Maldonado
http://bit.ly/2XujuQ2
New post on /r/flutterdev subreddit:

Logger: Small, easy to use and extensible logger which prints beautiful logs
http://bit.ly/2MsBx87

June 05, 2019 at 12:54AM by leisim
http://bit.ly/2QNiFiD
New post on /r/flutterdev subreddit:

Using provider package StreamProvider with declarative UI
Hi guys, I've been trying to wrap my head around data flow and state management in flutter particularly using the provider package. I tried querying from firestore using Futures but turns out that doesn't fully utilise the capabilities of firestore. So I switched to using Streams instead, and using StreamProvider to get the data. Problem is I can't figure out at what point/how to tell the UI to rebuild.. sometimes the stream shows data, sometimes it doesn't and I can't really tell what's going on during those times. Say I wanted to show a circular progress bar when the view is busy, how do I achieve that when using StreamProvider. Does it even make sense to do that?

June 05, 2019 at 02:05AM by mcalila
http://bit.ly/2WaUdc9
New post on /r/flutterdev subreddit:

Is it okay to store application state inside a BLoC?
Can I put app state (like a list of objects) inside of a BLoC as a variable, or should the data be stored somewhere else?

June 05, 2019 at 02:04AM by AmateurLlama
http://bit.ly/2WlvRBk
New post on /r/flutterdev subreddit:

Tales of a Lost Mine, a Metroidvania style game made with Flutter and Flame
http://bit.ly/2EUHyEa

June 05, 2019 at 02:50AM by xlog
http://bit.ly/2WFWQXJ
New post on Flutter Dev Google group:

Playstore 64 bit policy
i had uploaded some flutter apps to play store. recently i a receive mail from the google play for upgrading my apps to 64 bit .. so any one know how to build 64bit apps in flutter .. thanks in advance ..

June 05, 2019 at 04:39AM by Ravindrabhai Vala
http://bit.ly/2wAgCVP
New post on /r/flutterdev subreddit:

Upgrading to MacOS Catlina? Run this command to allow Flutter to work again
I ran into app permissions after upgrading to MacOS Catilina Beta. Allowing "unidentified developers" did not work for me so I found this command to bypass it.
Sudo spctl --master-disable 


June 05, 2019 at 06:51AM by flutterbark
http://bit.ly/31aYsrV
New post on /r/flutterdev subreddit:

Simple Firebase Login Flow in Flutter, Now Firebase - Part Two
http://bit.ly/31d7LYr

June 05, 2019 at 06:40AM by aaronksaunders
http://bit.ly/2KtpGnu
New post on Flutter Dev Google group:

Flutter shared_preferences and release version
I am using the shared_preferences plugin on my Flutter application. It works fine as long as the application is a debug version, but seems not to do the job, when it is release version. Values are not written. Are there supposed some permissions? I couldn't find any ... What else could be the

June 05, 2019 at 09:08AM by IMozes
http://bit.ly/2K1lhc6
New post on Flutter Dev Google group:

How do I fix "java.lang.IllegalStateException: Couldn't create Engine"?
I'm trying to implement the arcore_flutter_plugin and my code is very similar to the example given. However, whenever I start the app, I get this output. The line I think matters the most

June 05, 2019 at 10:07AM by Suryansh S.
http://bit.ly/2wCaZGu
New post on /r/flutterdev subreddit:

A powerful Flutter chart library, currently supporting Line Chart, Bar Chart and Pie Chart.
http://bit.ly/2MueBW6

June 05, 2019 at 10:03AM by imaN_NeoFighT
http://bit.ly/2Kr9ymA
New post on /r/flutterdev subreddit:

Is there any plugin or way to upload file to server using flutter web?
I want to upload image to the server from flutter web application. Is there any better way of doing that.I've already tried with couple of plugins- image-picker- file-pickerBut none of them are supported for flutter web.

June 05, 2019 at 10:56AM by d_se
http://bit.ly/2ZdK7ZX
New post on Flutter Dev Google group:

Post Multiple Images to server
I used dio library to post file to a server and it is working fine, now i want to post multiple images to server that user selects from gallery, following is the code from documentation of dio library for uploading multiple files FormData formData = new FormData.from({ "name": "wendux",

June 05, 2019 at 12:02PM by Kamran Ali
http://bit.ly/3191YD1
New post on /r/flutterdev subreddit:

How long does it usually take you to go from idea to finished app with Flutter?
No text found

June 05, 2019 at 11:53AM by iamarr0gant
http://bit.ly/2KtN6sW