New post on /r/flutterdev subreddit:
App Flavour/Version Banner Widget Package
http://bit.ly/2wIknbC
June 06, 2019 at 05:36PM by Vanethos
http://bit.ly/2Ime5nD
App Flavour/Version Banner Widget Package
http://bit.ly/2wIknbC
June 06, 2019 at 05:36PM by Vanethos
http://bit.ly/2Ime5nD
Dart packages
version_banner | Flutter Package
A banner that shows the current version or flavour of the app
New post on Flutter Dev Google group:
Conditionally show a Stepper
Hi all, I'm using a Stepper for a setup wizard and shared_prefs to save that setup is complete. I only want to show this Stepper based on that bool. Where the best place to do this in below in my Scaffold? Thanks! body: Container( child: new Stepper(
June 06, 2019 at 06:46PM by Gavin Henry
http://bit.ly/2WW5MbG
Conditionally show a Stepper
Hi all, I'm using a Stepper for a setup wizard and shared_prefs to save that setup is complete. I only want to show this Stepper based on that bool. Where the best place to do this in below in my Scaffold? Thanks! body: Container( child: new Stepper(
June 06, 2019 at 06:46PM by Gavin Henry
http://bit.ly/2WW5MbG
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:
Provider | Beginner's Guide | Flutter SDK
https://youtu.be/yO1qpjr2htA
June 06, 2019 at 06:51PM by prateeksharma1712
http://bit.ly/2Zc5TNK
Provider | Beginner's Guide | Flutter SDK
https://youtu.be/yO1qpjr2htA
June 06, 2019 at 06:51PM by prateeksharma1712
http://bit.ly/2Zc5TNK
YouTube
Provider | Beginner's Guide | Flutter SDK
I am putting up a demo of provider package. You will see here 3 implementations BaseProvider, ChangeNotifierProvider and StreamProvider
Code for this demo is available at - https://github.com/TechieBlossom/provider_demo
If you liked the video, then please…
Code for this demo is available at - https://github.com/TechieBlossom/provider_demo
If you liked the video, then please…
New tweet from FlutterDev:
How are you feeling? Tell Reflectly, the world’s 🥇#1 journaling app! It's been downloaded by millions of users. Using Flutter, they created a beautiful UI that earned them an award and feature on the Apple app store!
Watch here → https://t.co/KqSggLESLR pic.twitter.com/ImlddkDjbz— Flutter (@FlutterDev) June 6, 2019
June 06, 2019 at 07:56PM
http://twitter.com/FlutterDev/status/1136693364999503877
How are you feeling? Tell Reflectly, the world’s 🥇#1 journaling app! It's been downloaded by millions of users. Using Flutter, they created a beautiful UI that earned them an award and feature on the Apple app store!
Watch here → https://t.co/KqSggLESLR pic.twitter.com/ImlddkDjbz— Flutter (@FlutterDev) June 6, 2019
June 06, 2019 at 07:56PM
http://twitter.com/FlutterDev/status/1136693364999503877
YouTube
Reflectly App (Flutter Developer Story)
Reflectly’s mission was to create a beautifully designed app to counter the stress of social media and technology. The team turned to Flutter to create a use...
New post on /r/flutterdev subreddit:
Valiant Technosoft is top web and mobile app development company in India & USA that offers iPhone (iOS), Android, flutter app development services at incredibly cost effectively.
http://bit.ly/31bcEB4
June 06, 2019 at 08:25PM by valianttechnosoft
http://bit.ly/2KxuSXF
Valiant Technosoft is top web and mobile app development company in India & USA that offers iPhone (iOS), Android, flutter app development services at incredibly cost effectively.
http://bit.ly/31bcEB4
June 06, 2019 at 08:25PM by valianttechnosoft
http://bit.ly/2KxuSXF
Valiant Technosoft
Web & Mobile App Development Company USA, India - Valiant Technosoft
Valiant Technosoft is top web and mobile app development company in India & USA that offers iPhone (iOS), Android, flutter app development services at incredibly cost effectively.
New post on Flutter Dev Google group:
Stock animations
Hi all, I'm trying to find a place to browse stock animations, e.g. Congratulations types. What are my options? Thanks.
June 06, 2019 at 08:37PM by Gavin Henry
http://bit.ly/2EWx8E3
Stock animations
Hi all, I'm trying to find a place to browse stock animations, e.g. Congratulations types. What are my options? Thanks.
June 06, 2019 at 08:37PM by Gavin Henry
http://bit.ly/2EWx8E3
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 to open the drawer by use of left swipe like gmail?
I like to open the drawer by use of swipe like Gmail application? can u help how to do this? :)
June 06, 2019 at 08:53PM by Tech-Hybrid Ionic
http://bit.ly/2XuuuN7
how to open the drawer by use of left swipe like gmail?
I like to open the drawer by use of swipe like Gmail application? can u help how to do this? :)
June 06, 2019 at 08:53PM by Tech-Hybrid Ionic
http://bit.ly/2XuuuN7
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:
Help - Error retrieving device properties for ro.product.cpu.abi: (Full time student, stuck)
Hi, I really want to start by saying that i really love Flutter and have become fully invested, so much so that i have taken time off work to focus full time. Everything was perfect until i installed the latest update. I cant seem to find a solution for below issue, which happens every time i
June 06, 2019 at 10:38PM by Ian Inch
http://bit.ly/2wPoanX
Help - Error retrieving device properties for ro.product.cpu.abi: (Full time student, stuck)
Hi, I really want to start by saying that i really love Flutter and have become fully invested, so much so that i have taken time off work to focus full time. Everything was perfect until i installed the latest update. I cant seem to find a solution for below issue, which happens every time i
June 06, 2019 at 10:38PM by Ian Inch
http://bit.ly/2wPoanX
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:
showDialog again
Hi all, If I have the follow, I seem to be only able to show it once after the Close is clicked. How can I always reset it? void _showMessageAlert(BuildContext context, Map message) { showDialog( context: context, builder: (BuildContext context) { return AlertDial
June 06, 2019 at 11:28PM by Gavin Henry
http://bit.ly/2wBLUvB
showDialog again
Hi all, If I have the follow, I seem to be only able to show it once after the Close is clicked. How can I always reset it? void _showMessageAlert(BuildContext context, Map message) { showDialog( context: context, builder: (BuildContext context) { return AlertDial
June 06, 2019 at 11:28PM by Gavin Henry
http://bit.ly/2wBLUvB
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:
Chillify: A Flutter music app made with Provider and BLoC pattern.
http://bit.ly/2Z8TA4D
June 06, 2019 at 11:20PM by karimelghamry
http://bit.ly/2XqPHrq
Chillify: A Flutter music app made with Provider and BLoC pattern.
http://bit.ly/2Z8TA4D
June 06, 2019 at 11:20PM by karimelghamry
http://bit.ly/2XqPHrq
GitHub
KarimElghamry/chillify
Music App made with flutter. Contribute to KarimElghamry/chillify development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
What are the advantages and disadvantages of BLoC compared to Redux?
No text found
June 06, 2019 at 11:57PM by AmateurLlama
http://bit.ly/2XwsSCs
What are the advantages and disadvantages of BLoC compared to Redux?
No text found
June 06, 2019 at 11:57PM by AmateurLlama
http://bit.ly/2XwsSCs
reddit
r/FlutterDev - What are the advantages and disadvantages of BLoC compared to Redux?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is Flutter web ready for Admin panel creation? (And some thoughts)
Hi,I have been playing with flutter for some weeks and I am really linking it.On the other hand I have an Administration panel created with vue.js but I would like to migrate it to Flutter web. I really hate javascript, css, etc. and all the problems that come with it. And I see flutter web as a great solution:1 - Nice and easy to create UI's.2 - A simple and statically typed language (dart).3 - Multiplatform4 - etc... :)So my question is, is Flutter web ready for this kind of applications? I'm willing to create something pretty standard like this:https://colorlib.com/wp/wp-content/uploads/sites/2/srtdash-html-free-admin-dashboard.jpgOn the other hand I'm feeling a bit unconfortable with all the buzz about google ditching some of their technologies and forget about them. Everyone has to put a lot of time and effort to learn a new framework and it would be a pitty to waste all this time.What do you think about this? I'm not willing to get a "of course, sure they won't" response, but would like to hear ppl opinions about this.Cheers.
June 07, 2019 at 12:38AM by wacomlover
http://bit.ly/2EWNT23
Is Flutter web ready for Admin panel creation? (And some thoughts)
Hi,I have been playing with flutter for some weeks and I am really linking it.On the other hand I have an Administration panel created with vue.js but I would like to migrate it to Flutter web. I really hate javascript, css, etc. and all the problems that come with it. And I see flutter web as a great solution:1 - Nice and easy to create UI's.2 - A simple and statically typed language (dart).3 - Multiplatform4 - etc... :)So my question is, is Flutter web ready for this kind of applications? I'm willing to create something pretty standard like this:https://colorlib.com/wp/wp-content/uploads/sites/2/srtdash-html-free-admin-dashboard.jpgOn the other hand I'm feeling a bit unconfortable with all the buzz about google ditching some of their technologies and forget about them. Everyone has to put a lot of time and effort to learn a new framework and it would be a pitty to waste all this time.What do you think about this? I'm not willing to get a "of course, sure they won't" response, but would like to hear ppl opinions about this.Cheers.
June 07, 2019 at 12:38AM by wacomlover
http://bit.ly/2EWNT23
New post on /r/flutterdev subreddit:
Getting location history for a device.
Hi all! I haven’t made a phone app in almost two years, and work as a .NET dev. So my knowledge of what is going on in the phone world is close to none. And this will be my project of passion to familiarise myself with Flutter and dart.So I have this idea of augmenting images I take with my camera (not the phone camera) with rough EXIF data about location. Since it would help me a great deal, when I’m going on vacation this year.Before I get my hopes up however, I’d like to know if it’s possible to request historical location data from the phone? Or should I go with having a background service running, polling location every x minutes? Does this affect battery life like it used to on Android? And is this even doable (GitHub/Google let me to believe that this is not possible (unless you buy 200$ worth of code - Which I’m not to keen on, since I’m not planning on making money off of this)?Any thoughts on the matter would be greatly appreciated, thanks!
June 07, 2019 at 01:03AM by fosterbuster
http://bit.ly/31ikpFB
Getting location history for a device.
Hi all! I haven’t made a phone app in almost two years, and work as a .NET dev. So my knowledge of what is going on in the phone world is close to none. And this will be my project of passion to familiarise myself with Flutter and dart.So I have this idea of augmenting images I take with my camera (not the phone camera) with rough EXIF data about location. Since it would help me a great deal, when I’m going on vacation this year.Before I get my hopes up however, I’d like to know if it’s possible to request historical location data from the phone? Or should I go with having a background service running, polling location every x minutes? Does this affect battery life like it used to on Android? And is this even doable (GitHub/Google let me to believe that this is not possible (unless you buy 200$ worth of code - Which I’m not to keen on, since I’m not planning on making money off of this)?Any thoughts on the matter would be greatly appreciated, thanks!
June 07, 2019 at 01:03AM by fosterbuster
http://bit.ly/31ikpFB
reddit
r/FlutterDev - Getting location history for a device.
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Pass argument with popAndPushNamed
Hi! I have this problem! I need to pass userId field to the next screen but I need to use popAndPushNamed. Can I send userId and get it on widget.userId? Or What’s the way to pass an argument and get it in the second screen when I call the second screen with popAndPushNamed? TIA Regards!
June 07, 2019 at 02:39AM by S L
http://bit.ly/2ImQUcV
Pass argument with popAndPushNamed
Hi! I have this problem! I need to pass userId field to the next screen but I need to use popAndPushNamed. Can I send userId and get it on widget.userId? Or What’s the way to pass an argument and get it in the second screen when I call the second screen with popAndPushNamed? TIA Regards!
June 07, 2019 at 02:39AM by S L
http://bit.ly/2ImQUcV
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:
Downloading files from a private amazon s3 bucket or generating presigned url for a file in S3
Hi All, I have searched for generating pre-signed URL for a file path in s3 but couldn't get any resource. To do this in android this is the link Is there any way we could do the same in Flutter. Please help!
June 07, 2019 at 07:31AM by Vikas Jilla
http://bit.ly/2ZeRMqR
Downloading files from a private amazon s3 bucket or generating presigned url for a file in S3
Hi All, I have searched for generating pre-signed URL for a file path in s3 but couldn't get any resource. To do this in android this is the link Is there any way we could do the same in Flutter. Please help!
June 07, 2019 at 07:31AM by Vikas Jilla
http://bit.ly/2ZeRMqR
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:
Flutter Webview - Preserve webview if page gets closed
I'm using the webview_flutter package. I have trouble finding a way or concept on how to handle the following use case: - I have a page with buttons which open my webview.dart page. - The webview of my webview.dart page opens a site where the user can login to their account. - When
June 07, 2019 at 10:36AM by TimeStatement AG Tutorials
http://bit.ly/2EXu6zp
Flutter Webview - Preserve webview if page gets closed
I'm using the webview_flutter package. I have trouble finding a way or concept on how to handle the following use case: - I have a page with buttons which open my webview.dart page. - The webview of my webview.dart page opens a site where the user can login to their account. - When
June 07, 2019 at 10:36AM by TimeStatement AG Tutorials
http://bit.ly/2EXu6zp
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:
API29 partially installed
API 29 is partially installed. When are you aiming to fix the problem? Because 'outdated' stuff as a temporary solution is a little bit 'shaming' Thanks for giving us nice performant uptodate tools to work with!
June 07, 2019 at 11:08AM by Bened
http://bit.ly/2MyloxK
API29 partially installed
API 29 is partially installed. When are you aiming to fix the problem? Because 'outdated' stuff as a temporary solution is a little bit 'shaming' Thanks for giving us nice performant uptodate tools to work with!
June 07, 2019 at 11:08AM by Bened
http://bit.ly/2MyloxK
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:
ReRun Important Startup Logic in Flutter
http://bit.ly/2IuGrfl
June 07, 2019 at 12:02PM by EngineerScientist
http://bit.ly/2HZgeqd
ReRun Important Startup Logic in Flutter
http://bit.ly/2IuGrfl
June 07, 2019 at 12:02PM by EngineerScientist
http://bit.ly/2HZgeqd
Medium
ReRun Important Startup Logic in Flutter
Dane Mackier in Flutter CommunityJun 7 · 4 min read
New post on /r/flutterdev subreddit:
Flutter culture and how to preserve it
http://bit.ly/2ItGkkg
June 07, 2019 at 11:53AM by EngineerScientist
http://bit.ly/2I1bWir
Flutter culture and how to preserve it
http://bit.ly/2ItGkkg
June 07, 2019 at 11:53AM by EngineerScientist
http://bit.ly/2I1bWir
Medium
Flutter culture and how to preserve it
Filip Hracek in FlutterJun 7 · 6 min read
New post on /r/flutterdev subreddit:
Flutter: Basic Form Validation
http://bit.ly/31d6d0m
June 07, 2019 at 12:18PM by Paulhal
http://bit.ly/2Ktj1Ka
Flutter: Basic Form Validation
http://bit.ly/31d6d0m
June 07, 2019 at 12:18PM by Paulhal
http://bit.ly/2Ktj1Ka
Developer School | Modern web development tutorials
Flutter: Basic Form Validation: Developer School | Modern web development tutorials
Supercharge your mobile development career with exclusive structured tutorials and courses.