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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
r/FlutterDev - Gradle project does not define a task for the requested build
0 votes and 0 comments so far on Reddit
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
GitHub
leisim/logger
Small, easy to use and extensible logger which prints beautiful logs. - leisim/logger
New post on /r/flutterdev subreddit:
Badges package big update
http://bit.ly/31b10pG
June 05, 2019 at 01:31AM by YaDaniil
http://bit.ly/2KAeKEX
Badges package big update
http://bit.ly/31b10pG
June 05, 2019 at 01:31AM by YaDaniil
http://bit.ly/2KAeKEX
GitHub
yako-dev/flutter_badges
A flutter package for creating badges. Contribute to yako-dev/flutter_badges development by creating an account on GitHub.
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
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
reddit
r/FlutterDev - Using provider package StreamProvider with declarative UI
0 votes and 0 comments so far on Reddit
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
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
reddit
r/FlutterDev - Is it okay to store application state inside a BLoC?
0 votes and 0 comments so far on Reddit
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
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 /r/flutterdev subreddit:
Dart language - Hello World | Flutter - #3
https://youtu.be/K5TNoOp7WDM
June 05, 2019 at 02:46AM by WorldWithGreen
http://bit.ly/2QL5Xkt
Dart language - Hello World | Flutter - #3
https://youtu.be/K5TNoOp7WDM
June 05, 2019 at 02:46AM by WorldWithGreen
http://bit.ly/2QL5Xkt
YouTube
Dart language - Hello World | Flutter - #3
Hi The basic setup for dart programming language in VS Code. Please see https://youtu.be/iuppv_CigAI if you haven't installed flutter extensions in VS Code L...
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
New post on /r/flutterdev subreddit:
Re-Running Important Stratup Logic in Flutter
http://bit.ly/2XreZW9
June 05, 2019 at 05:25AM by Filledstacks
http://bit.ly/2wBXQ06
Re-Running Important Stratup Logic in Flutter
http://bit.ly/2XreZW9
June 05, 2019 at 05:25AM by Filledstacks
http://bit.ly/2wBXQ06
Filledstacks
ReRun your startup logic on Failure in Flutter
This tutorial shows you how to provide the option to the user to re-run your startup logic if it fails.
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.
June 05, 2019 at 06:51AM by flutterbark
http://bit.ly/31aYsrV
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
reddit
r/FlutterDev - Upgrading to MacOS Catlina? Run this command to allow Flutter to work again
0 votes and 0 comments so far on Reddit
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
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
Medium
Simple Firebase Login Flow in Flutter, Now Firebase
Part Two: Adding Firebase along with better error checking
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
GitHub
imaNNeoFighT/fl_chart
A powerful Flutter chart library, currently supporting Line Chart, Bar Chart, Pie Chart and Scatter Chart. - imaNNeoFighT/fl_chart
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
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
reddit
r/FlutterDev - Is there any plugin or way to upload file to server using flutter web?
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
A showcase for Flutter apps built during the hack19. Submit yours now!
http://bit.ly/2wC8wfp
June 05, 2019 at 11:27AM by Gigatronbot
http://bit.ly/2Mu0vE6
A showcase for Flutter apps built during the hack19. Submit yours now!
http://bit.ly/2wC8wfp
June 05, 2019 at 11:27AM by Gigatronbot
http://bit.ly/2Mu0vE6
Codemagic
Codemagic - CI/CD for Flutter
Boost your Flutter app development with continuous integration and delivery for Flutter projects. As the only CI/CD exclusively for Flutter, it enables users to build Flutter apps with minimum effort and maximum speed thanks to preconfigured defaults.
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
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
Google
Google Groups
Google Groups allows you to create and participate in online forums and email-based groups with a rich experience for community conversations.
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
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
reddit
r/FlutterDev - How long does it usually take you to go from idea to finished app with Flutter?
0 votes and 2 comments so far on Reddit