New tweet from FlutterDev:
We added opt-in analytics and tuned up our dark theme!
Check out the new tooling release details here ↓ https://t.co/RSIA0ib8Vb— Flutter (@FlutterDev) May 31, 2019
June 01, 2019 at 01:00AM
http://twitter.com/FlutterDev/status/1134595411224797184
We added opt-in analytics and tuned up our dark theme!
Check out the new tooling release details here ↓ https://t.co/RSIA0ib8Vb— Flutter (@FlutterDev) May 31, 2019
June 01, 2019 at 01:00AM
http://twitter.com/FlutterDev/status/1134595411224797184
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:
an't pass data from home to results_page by Navigator.push() method
There is a problem with this flutter app, and I cant find the solution as there is no error. what happens is when it navigates from home to the result page, the calculations doesn't happen or the values are not sent I don't understand what's happening here. Any help is much appreciated. here is the link to the git repo https://github.com/TauqeerAli/bmi-calculator-flutter2Navigator.push( context, MaterialPageRoute( builder: (context) => ResultsPage( bmiResult: calc.calculateBMI(), resultText: calc.getResult(), interpretation: calc.getInterpretation(), ),There are no error messages. That is the problem.
June 01, 2019 at 02:54AM by trktech
http://bit.ly/2QE9Ojd
an't pass data from home to results_page by Navigator.push() method
There is a problem with this flutter app, and I cant find the solution as there is no error. what happens is when it navigates from home to the result page, the calculations doesn't happen or the values are not sent I don't understand what's happening here. Any help is much appreciated. here is the link to the git repo https://github.com/TauqeerAli/bmi-calculator-flutter2Navigator.push( context, MaterialPageRoute( builder: (context) => ResultsPage( bmiResult: calc.calculateBMI(), resultText: calc.getResult(), interpretation: calc.getInterpretation(), ),There are no error messages. That is the problem.
June 01, 2019 at 02:54AM by trktech
http://bit.ly/2QE9Ojd
GitHub
TauqeerAli/bmi-calculator-flutter2
There is a problem with this flutter app, and I cant find the solution as there is no error. what happens is when it navigates from home to the result page, the calculations doesn't happen ...
New post on /r/flutterdev subreddit:
Let’s start our Just Java project by simple ‘set up’ tips which you’ll surely find beneficial in your upcoming projects.
http://bit.ly/2JQfgPv
June 01, 2019 at 02:24AM by idreesBughio
http://bit.ly/2Mm5ZR2
Let’s start our Just Java project by simple ‘set up’ tips which you’ll surely find beneficial in your upcoming projects.
http://bit.ly/2JQfgPv
June 01, 2019 at 02:24AM by idreesBughio
http://bit.ly/2Mm5ZR2
Technotes 78
‘JUST JAVA’ IN FLUTTER PART ONE: SETTING UP
SHOW YOUR SUPPORT BY SUBSCRIBING TO MY BLOG AND BE THE FIRST TO KNOW IF I POST SOMETHING. DON’T WORRY IT’S FREE. You might be wondering one of two things right now. The first thing is w…
New post on /r/flutterdev subreddit:
ToDo List app using flutter
Hey everyone! I am a new flutter user and just finished publishing my first flutter app made without a tutorial and would really appreciate some feedback on UI, code style, and app functionality. Really any feedback is greatly appreciated! I have linked the GitHub codebase and google play store download below. Thanks!!Google play store: https://play.google.com/store/apps/details?id=com.chatapp.to_do_listGithub: https://github.com/ahh1539/to_do_list
June 01, 2019 at 04:47AM by ahh1258
http://bit.ly/2QFtTWf
ToDo List app using flutter
Hey everyone! I am a new flutter user and just finished publishing my first flutter app made without a tutorial and would really appreciate some feedback on UI, code style, and app functionality. Really any feedback is greatly appreciated! I have linked the GitHub codebase and google play store download below. Thanks!!Google play store: https://play.google.com/store/apps/details?id=com.chatapp.to_do_listGithub: https://github.com/ahh1539/to_do_list
June 01, 2019 at 04:47AM by ahh1258
http://bit.ly/2QFtTWf
New post on Flutter Dev Google group:
Flutter Web: how to link to a Tab with the URL
Hi I am coding a Flutter Web project My homepage is a TabBarView length of 3 I need to link directly to tab2 How can I do that? [image: Capture d’écran, le 2019-06-01 à 00.35.15.png]
June 01, 2019 at 06:38AM by John West
http://bit.ly/2MpzYrm
Flutter Web: how to link to a Tab with the URL
Hi I am coding a Flutter Web project My homepage is a TabBarView length of 3 I need to link directly to tab2 How can I do that? [image: Capture d’écran, le 2019-06-01 à 00.35.15.png]
June 01, 2019 at 06:38AM by John West
http://bit.ly/2MpzYrm
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 add InfoTextWindow for flutter_map other than flutter_google_map
I have list of markers in my database and I want to pass them a title using Info text window as like in flutter_google_map ,I have attached screenshot how i want to display InfoTextWindow [image: Flutter_-_Google_map_widget_plugin_example____Developer_Libs.png]
June 01, 2019 at 12:09PM by mahantappa b k
http://bit.ly/2JQrRC3
How to add InfoTextWindow for flutter_map other than flutter_google_map
I have list of markers in my database and I want to pass them a title using Info text window as like in flutter_google_map ,I have attached screenshot how i want to display InfoTextWindow [image: Flutter_-_Google_map_widget_plugin_example____Developer_Libs.png]
June 01, 2019 at 12:09PM by mahantappa b k
http://bit.ly/2JQrRC3
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:
An Introduction to Flutter - Owen Halliday
http://bit.ly/2wufl2u
June 01, 2019 at 01:09PM by owen_halliday
http://bit.ly/2HMwPNY
An Introduction to Flutter - Owen Halliday
http://bit.ly/2wufl2u
June 01, 2019 at 01:09PM by owen_halliday
http://bit.ly/2HMwPNY
Owen Halliday
An Introduction to Flutter
Let me guess, you love developing mobile applications, but hate the fact that you need to have multiple code bases for a single application…
New post on /r/flutterdev subreddit:
Floating Dots
Makes a bunch of dots (or a single dot) which move from one edge of the screen to the other.https://pub.dev/packages/floating_dotshttps://github.com/diddypod/floating_dots
Demo: https://i.imgur.com/34QdaZ2.mp4This is my first package. Feedback and suggestions are welcome.
June 01, 2019 at 01:07PM by diddypod
http://bit.ly/2Mxj5LI
Floating Dots
Makes a bunch of dots (or a single dot) which move from one edge of the screen to the other.https://pub.dev/packages/floating_dotshttps://github.com/diddypod/floating_dots
Demo: https://i.imgur.com/34QdaZ2.mp4This is my first package. Feedback and suggestions are welcome.
June 01, 2019 at 01:07PM by diddypod
http://bit.ly/2Mxj5LI
Dart packages
floating_dots | Flutter Package
Creates a group of floating dots (or a single floating dot) that travel at a random speed from one edge of the screen to another.
New post on Flutter Dev Google group:
About Payment gateway
I need a help for integrating payment gateway of CCavenue with my flutter app.
June 01, 2019 at 04:05PM by Mohammed Abrar
http://bit.ly/2Mk2Gde
About Payment gateway
I need a help for integrating payment gateway of CCavenue with my flutter app.
June 01, 2019 at 04:05PM by Mohammed Abrar
http://bit.ly/2Mk2Gde
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:
which would you recommend for crash reporting? firebase_crashlytics and flutter_crashlytics
I want to integrate for crash reporting into my app, it's already in production, and between these two firebase_crashlytics and flutter_crashlytics, the second seems more matured but the first id by the flutter team.... Can anyone help with recommendation and what are the advantages of using one over the other? thanks
June 01, 2019 at 04:16PM by msowah
http://bit.ly/2Z4bTbb
which would you recommend for crash reporting? firebase_crashlytics and flutter_crashlytics
I want to integrate for crash reporting into my app, it's already in production, and between these two firebase_crashlytics and flutter_crashlytics, the second seems more matured but the first id by the flutter team.... Can anyone help with recommendation and what are the advantages of using one over the other? thanks
June 01, 2019 at 04:16PM by msowah
http://bit.ly/2Z4bTbb
reddit
r/FlutterDev - which would you recommend for crash reporting? firebase_crashlytics and flutter_crashlytics
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
What would you want in a background location pluggin?
Hey, I'm looking into creating a background location pluggin of my own and then maybe post it for free so others can use.What features would you expect and/or wish to have as an addition? No guarantee I would be able to pull it off lol.
June 01, 2019 at 05:10PM by momothemonkey
http://bit.ly/2I65164
What would you want in a background location pluggin?
Hey, I'm looking into creating a background location pluggin of my own and then maybe post it for free so others can use.What features would you expect and/or wish to have as an addition? No guarantee I would be able to pull it off lol.
June 01, 2019 at 05:10PM by momothemonkey
http://bit.ly/2I65164
reddit
r/FlutterDev - What would you want in a background location pluggin?
0 votes and 3 comments so far on Reddit
New post on /r/flutterdev subreddit:
Rent a Car App Detail Bottom Sheet
https://youtu.be/Oijy7PPORQI
June 01, 2019 at 06:12PM by ishanfx
http://bit.ly/2I67Sfi
Rent a Car App Detail Bottom Sheet
https://youtu.be/Oijy7PPORQI
June 01, 2019 at 06:12PM by ishanfx
http://bit.ly/2I67Sfi
YouTube
Flutter - Rent a Car App part 2
This is the second part Rent a Car App UI Development From Flutter. In here I show the way of customizing bottomsheet to adjust the height based on the content
Flutter Bootcamp - https://rebrand.ly/flutterbootcamp
Flutter Bootcamp -
http://bit.ly/2JU25w7…
Flutter Bootcamp - https://rebrand.ly/flutterbootcamp
Flutter Bootcamp -
http://bit.ly/2JU25w7…
New post on Flutter Dev Google group:
using a Material widget (Firebase UI) in a Cupertino app
I would like to leverage the firebase_ui library in my Cupertino app. However, I can't use it directly since it is a Material widget and I get errors about missing MaterialLocalizations. What is the best approach here? 1. Fork firebase_ui and
June 01, 2019 at 07:25PM by Peter E
http://bit.ly/2QzZskc
using a Material widget (Firebase UI) in a Cupertino app
I would like to leverage the firebase_ui library in my Cupertino app. However, I can't use it directly since it is a Material widget and I get errors about missing MaterialLocalizations. What is the best approach here? 1. Fork firebase_ui and
June 01, 2019 at 07:25PM by Peter E
http://bit.ly/2QzZskc
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:
Does Flutter can run background Service or something like that which can run when app is not running on foreground?
No text found
June 01, 2019 at 07:53PM by darshank5761
http://bit.ly/2W3lFII
Does Flutter can run background Service or something like that which can run when app is not running on foreground?
No text found
June 01, 2019 at 07:53PM by darshank5761
http://bit.ly/2W3lFII
reddit
r/FlutterDev - Does Flutter can run background Service or something like that which can run when app is not running on foreground?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Flutter Localization the Easy Way (with JSON)
https://youtu.be/lDfbbTvq4qM
June 01, 2019 at 08:35PM by MRresoMC
http://bit.ly/2WAM4lj
Flutter Localization the Easy Way (with JSON)
https://youtu.be/lDfbbTvq4qM
June 01, 2019 at 08:35PM by MRresoMC
http://bit.ly/2WAM4lj
YouTube
Flutter Localization the Easy Way - Internationalization with JSON
📗 Learn from the written tutorial 👇👇
https://resocoder.com/flutter-localization-tutorial
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
Let's face it. When you're building an app which you plan to release to the public,…
https://resocoder.com/flutter-localization-tutorial
👨💻 Do you write good code? Find out now 👇
https://resocoder.com/good-code-quiz
Let's face it. When you're building an app which you plan to release to the public,…
New post on /r/flutterdev subreddit:
Flutter Custom Paint Tutorial | Draw a Custom Shape Path in Flutter
http://bit.ly/2QCFk0P
June 01, 2019 at 09:20PM by profvtalks
http://bit.ly/2JRgmdG
Flutter Custom Paint Tutorial | Draw a Custom Shape Path in Flutter
http://bit.ly/2QCFk0P
June 01, 2019 at 09:20PM by profvtalks
http://bit.ly/2JRgmdG
New post on /r/flutterdev subreddit:
Flutter Tutorial | Video Calling Plugin Flutter | Agora io
https://www.youtube.com/watch?v=EbLZ6fuLV-I
June 01, 2019 at 10:29PM by itsravishankarsingh
http://bit.ly/30Yb6uh
Flutter Tutorial | Video Calling Plugin Flutter | Agora io
https://www.youtube.com/watch?v=EbLZ6fuLV-I
June 01, 2019 at 10:29PM by itsravishankarsingh
http://bit.ly/30Yb6uh
YouTube
Flutter Tutorial | Video Calling Plugin Flutter | Agora io
Flutter Video and Voice Calling Plugin. You can use this plugin to make a video and voice calling application in flutter.
Agora delivers easy to integrate Realtime-Engagement API's.
https://docs.agora.io/en/
If you like the video please hit the like button…
Agora delivers easy to integrate Realtime-Engagement API's.
https://docs.agora.io/en/
If you like the video please hit the like button…
New post on /r/flutterdev subreddit:
A simple Note app develop by Flutter
Hey guys.Google PlayMy Note showcaseI have created a simple note app with flutter. Use BLOC for state management.Please give it a try. Thank you ^^^^
June 02, 2019 at 06:14AM by Selena0706
http://bit.ly/2WfOO8u
A simple Note app develop by Flutter
Hey guys.Google PlayMy Note showcaseI have created a simple note app with flutter. Use BLOC for state management.Please give it a try. Thank you ^^^^
June 02, 2019 at 06:14AM by Selena0706
http://bit.ly/2WfOO8u
New post on /r/flutterdev subreddit:
5 Tips for First Time Developers on Flutter
https://youtu.be/q6kr5unEcTYAfter studying Flutter for a year & releasing my first app last week. Here's 5 tips for non Programmer starting to study Flutter & Dart. It's the things not included in the coding bootcamps that can help you out.
Also thank you Flutter Team...
June 02, 2019 at 06:50AM by replayjpn
http://bit.ly/2wz93Pf
5 Tips for First Time Developers on Flutter
https://youtu.be/q6kr5unEcTYAfter studying Flutter for a year & releasing my first app last week. Here's 5 tips for non Programmer starting to study Flutter & Dart. It's the things not included in the coding bootcamps that can help you out.
Also thank you Flutter Team...
June 02, 2019 at 06:50AM by replayjpn
http://bit.ly/2wz93Pf
YouTube
5 Tips for first time Flutter Developers
Here's 5 tips for beginners to Flutter that don't have programming experience. I started learning Flutter at the end of June 2018 when it was still in Beta. ...
New post on /r/flutterdev subreddit:
Do you still write classes for JSON serialization manually?
http://bit.ly/2YXQErx
June 02, 2019 at 08:54AM by andrew_mezoni
http://bit.ly/2wA0ZgY
Do you still write classes for JSON serialization manually?
http://bit.ly/2YXQErx
June 02, 2019 at 08:54AM by andrew_mezoni
http://bit.ly/2wA0ZgY
Dart packages
yaml2podo | Dart Package
The `yaml2podo` is a generator and utility (all in one) that generates PODO classes to convert between JSON and Dart objects
New post on /r/flutterdev subreddit:
FlutterForce — Week 29
http://bit.ly/2XgZUGG
June 02, 2019 at 10:33AM by flutterist
http://bit.ly/2EOz6qd
FlutterForce — Week 29
http://bit.ly/2XgZUGG
June 02, 2019 at 10:33AM by flutterist
http://bit.ly/2EOz6qd
Medium
FlutterForce — #Week 29
Weekly Flutter Resources