New post on Flutter Dev Google group:
How to send logged user's information to other route/page ?
Hello to all ! I have a question for my Flutter app. The user will need to login into my app to use it. What is the best way to be able to get on every page/route the name of the current logged user.... i mean, when the user navigate to another page... how can i pass the logged user's information
March 20, 2019 at 08:48PM by Pascal Fournier
https://ift.tt/2OiLwdh
How to send logged user's information to other route/page ?
Hello to all ! I have a question for my Flutter app. The user will need to login into my app to use it. What is the best way to be able to get on every page/route the name of the current logged user.... i mean, when the user navigate to another page... how can i pass the logged user's information
March 20, 2019 at 08:48PM by Pascal Fournier
https://ift.tt/2OiLwdh
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:
29. Flutter e-commerce app: Register Screen
https://www.youtube.com/attribution_link?a=DJia6iXWcLM&u=%2Fwatch%3Fv%3DrPZNgDvvgJw%26feature%3Dshare
March 20, 2019 at 08:58PM by kibatheseven
https://ift.tt/2HJRbIb
29. Flutter e-commerce app: Register Screen
https://www.youtube.com/attribution_link?a=DJia6iXWcLM&u=%2Fwatch%3Fv%3DrPZNgDvvgJw%26feature%3Dshare
March 20, 2019 at 08:58PM by kibatheseven
https://ift.tt/2HJRbIb
YouTube
29. Flutter e-commerce app: Register Screen
========== code ====================== https://github.com/Santos-Enoque/complete_flutter_ecommerce/tree/video29 ======== CONTACT ================== email: sa...
New post on /r/flutterdev subreddit:
Flutter Deep Dive Part 1: “RenderFlex children have non-zero flex…
https://ift.tt/2Wfib6b
March 20, 2019 at 09:43PM by Purple_Pizzazz
https://ift.tt/2HIfzdf
Flutter Deep Dive Part 1: “RenderFlex children have non-zero flex…
https://ift.tt/2Wfib6b
March 20, 2019 at 09:43PM by Purple_Pizzazz
https://ift.tt/2HIfzdf
Medium
Flutter Deep Dive Part 1: “RenderFlex children have non-zero flex…
This article is part of a four-part series. You can find the others here:
New tweet from flutterio:
#io19 has released the early schedule! This is just a preview so stay tuned for more info on what the team has in store.
Check out the Flutter and Dart talks ↓ https://t.co/6zPgKo5qJq— Flutter (@flutterio) March 20, 2019
March 20, 2019 at 11:33PM
http://twitter.com/flutterio/status/1108496894018359296
#io19 has released the early schedule! This is just a preview so stay tuned for more info on what the team has in store.
Check out the Flutter and Dart talks ↓ https://t.co/6zPgKo5qJq— Flutter (@flutterio) March 20, 2019
March 20, 2019 at 11:33PM
http://twitter.com/flutterio/status/1108496894018359296
Twitter
#io19 hashtag on Twitter
On Jul 4 @GCPcloud tweeted: "Check out our pick of the top 5 GCP sess.." - read what others are saying and join the conversation.
New post on /r/flutterdev subreddit:
Flutter add official support to firebase crashlytics
https://ift.tt/2CwUfDY
March 21, 2019 at 01:47AM by guitcastro
https://ift.tt/2OlaMQk
Flutter add official support to firebase crashlytics
https://ift.tt/2CwUfDY
March 21, 2019 at 01:47AM by guitcastro
https://ift.tt/2OlaMQk
Medium
Flutter add official support to firebase crashlytics
One year and 447 👍 later, the official Firebase Crashlytics plugin has been released. Right now it does not mean much the plugin still…
New post on /r/flutterdev subreddit:
My New Flutter UI challenge playList
https://www.youtube.com/playlist?list=PLOvEA8-W5LWnXrylTlU3Pkp-sCfKknicg
March 21, 2019 at 06:50AM by htetwaihlaing
https://ift.tt/2USJN13
My New Flutter UI challenge playList
https://www.youtube.com/playlist?list=PLOvEA8-W5LWnXrylTlU3Pkp-sCfKknicg
March 21, 2019 at 06:50AM by htetwaihlaing
https://ift.tt/2USJN13
YouTube
flutter ui challenge series - YouTube
New post on Flutter Dev Google group:
how to disable button after first click?
how to disable the button after the first click? *But in the login page, users type username incorrectly in the first time and second time user cant click second time also, how to fix this?* onPressed: () async { if (_firstClick) { _firstClick = false; (isOffline) ? _showSnackBar() : checking2(u
March 21, 2019 at 07:53AM by Bhanuka Isuru
https://ift.tt/2JwjpbU
how to disable button after first click?
how to disable the button after the first click? *But in the login page, users type username incorrectly in the first time and second time user cant click second time also, how to fix this?* onPressed: () async { if (_firstClick) { _firstClick = false; (isOffline) ? _showSnackBar() : checking2(u
March 21, 2019 at 07:53AM by Bhanuka Isuru
https://ift.tt/2JwjpbU
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:
Hello Flutter export, I have question, I have a Stepper in the listView but it can't even be scolled, why did this happen and how to solve it? this my code, best regard, new ListView( padding: EdgeInsets.fromLTRB(5.0, 0.0, 5.0, 3.0), children: [ new Padding(
March 21, 2019 at 08:07AM by Denis Ramdan
https://ift.tt/2Ol4nEQ
Hello Flutter export, I have question, I have a Stepper in the listView but it can't even be scolled, why did this happen and how to solve it? this my code, best regard, new ListView( padding: EdgeInsets.fromLTRB(5.0, 0.0, 5.0, 3.0), children: [ new Padding(
March 21, 2019 at 08:07AM by Denis Ramdan
https://ift.tt/2Ol4nEQ
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:
Stepper on ListView
Hello Flutter export, I have question, I have a Stepper in the listView but it can't even be scolled, why did this happen and how to solve it? this my code, best regard, new ListView( padding: EdgeInsets.fromLTRB(5.0, 0.0, 5.0, 3.0), children: [ new Padding(
March 21, 2019 at 09:20AM by Denis Ramdan
https://ift.tt/2WgFjl8
Stepper on ListView
Hello Flutter export, I have question, I have a Stepper in the listView but it can't even be scolled, why did this happen and how to solve it? this my code, best regard, new ListView( padding: EdgeInsets.fromLTRB(5.0, 0.0, 5.0, 3.0), children: [ new Padding(
March 21, 2019 at 09:20AM by Denis Ramdan
https://ift.tt/2WgFjl8
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:
Flutter Minimal Shopping App UI - Speed Code
https://youtu.be/ePdzk2Is3hQ
March 21, 2019 at 08:41AM by abdihamid10
https://ift.tt/2Fqic1V
Flutter Minimal Shopping App UI - Speed Code
https://youtu.be/ePdzk2Is3hQ
March 21, 2019 at 08:41AM by abdihamid10
https://ift.tt/2Fqic1V
YouTube
Flutter Minimal Shopping App UI - Speed Code
Thanks for Watching :)
Make sure to like + Subscribe For More!
Source Code: http://bit.ly/2OiYeIW
Support Devefy on Patreon: https://www.patreon.com/devefy
MUSIC CREDIT - BEATOWSKI
✘ YT Channel ⇒ https://www.youtube.com/user/MrBeatowski
✘ buy / lease ⇒…
Make sure to like + Subscribe For More!
Source Code: http://bit.ly/2OiYeIW
Support Devefy on Patreon: https://www.patreon.com/devefy
MUSIC CREDIT - BEATOWSKI
✘ YT Channel ⇒ https://www.youtube.com/user/MrBeatowski
✘ buy / lease ⇒…
New post on /r/flutterdev subreddit:
Is there any guide out there demonstrating “Load more”-like feature in list of items?
I am using firestore to persist comments in flutter. Instead of listing all thousands of comments at once for any given article, I would like to load 10 at a time, and load more only when user scrolls down to the bottom of the comments section.I was curious if there exists an example with Firestore + Flutter using StreamBuilder.
March 21, 2019 at 08:28AM by sodapopper67
https://ift.tt/2HKO3vN
Is there any guide out there demonstrating “Load more”-like feature in list of items?
I am using firestore to persist comments in flutter. Instead of listing all thousands of comments at once for any given article, I would like to load 10 at a time, and load more only when user scrolls down to the bottom of the comments section.I was curious if there exists an example with Firestore + Flutter using StreamBuilder.
March 21, 2019 at 08:28AM by sodapopper67
https://ift.tt/2HKO3vN
reddit
r/FlutterDev - Is there any guide out there demonstrating “Load more”-like feature in list of items?
2 votes and 2 comments so far on Reddit
New post on /r/flutterdev subreddit:
drag_list | Flutter list widget that allows to drag and drop items as well as define custom drag handle widget
https://ift.tt/2uilkpV
March 21, 2019 at 08:28AM by tomwyr
https://ift.tt/2Fqyho1
drag_list | Flutter list widget that allows to drag and drop items as well as define custom drag handle widget
https://ift.tt/2uilkpV
March 21, 2019 at 08:28AM by tomwyr
https://ift.tt/2Fqyho1
Dart Packages
drag_list | Flutter Package
drag_list Flutter and Dart package - Flutter list widget that allows to drag and drop items as well as define custom drag handle widget.
New post on /r/flutterdev subreddit:
Flutter Web (Hummingbird) Performance?
Seeing the Building Flutter Apps for iOS, Android, ChromeOS and the Web talk scheduled for Google IO has again got me exited for the future of Flutter and web dev.I have had a read through the Hummingbird: Building Flutter for the Web Medium post to try get to grips on what performance we can hope to get out of Web Flutter. The video of the ported Shrine app looks pretty good.My understanding is that the code still needs to be compiled to fit into existing CSS/HTML standards. Does this mean we will be getting performance on par with well written HTML/CSS code or is there some Flutter magic happening in-between somewhere (using SKIA maybe) to get an experience closer to a native app?TLDR: Will Flutter for web perform like existing web apps, or more like native apps, or somewhere in-between?
March 21, 2019 at 10:20AM by koalakinger
https://ift.tt/2TYUcee
Flutter Web (Hummingbird) Performance?
Seeing the Building Flutter Apps for iOS, Android, ChromeOS and the Web talk scheduled for Google IO has again got me exited for the future of Flutter and web dev.I have had a read through the Hummingbird: Building Flutter for the Web Medium post to try get to grips on what performance we can hope to get out of Web Flutter. The video of the ported Shrine app looks pretty good.My understanding is that the code still needs to be compiled to fit into existing CSS/HTML standards. Does this mean we will be getting performance on par with well written HTML/CSS code or is there some Flutter magic happening in-between somewhere (using SKIA maybe) to get an experience closer to a native app?TLDR: Will Flutter for web perform like existing web apps, or more like native apps, or somewhere in-between?
March 21, 2019 at 10:20AM by koalakinger
https://ift.tt/2TYUcee
Google I/O 2019
Schedule - Google I/O 2019
Google I/O 2019 returns to the Shoreline Amphitheatre May 7-9. Join us for a hands-on experience with Google’s latest product and platform innovations.
New post on /r/flutterdev subreddit:
30. Flutter e-commerce app: Register Screen part 2
https://www.youtube.com/attribution_link?a=_hGlppfCJYA&u=%2Fwatch%3Fv%3DK9GC4dLaSzA%26feature%3Dshare
March 21, 2019 at 11:26AM by kibatheseven
https://ift.tt/2HzMMbB
30. Flutter e-commerce app: Register Screen part 2
https://www.youtube.com/attribution_link?a=_hGlppfCJYA&u=%2Fwatch%3Fv%3DK9GC4dLaSzA%26feature%3Dshare
March 21, 2019 at 11:26AM by kibatheseven
https://ift.tt/2HzMMbB
YouTube
30. Flutter e-commerce app: Register Screen part 2
========== code ====================== https://github.com/Santos-Enoque/complete_flutter_ecommerce/tree/video-31 ======== CONTACT ================== email: s...
New post on /r/flutterdev subreddit:
[Flutter School] Building a Social Network App in Flutter from Scratch
https://www.youtube.com/watch?v=edZm8b_vvXw
March 21, 2019 at 11:23AM by passsy
https://ift.tt/2OgXLHd
[Flutter School] Building a Social Network App in Flutter from Scratch
https://www.youtube.com/watch?v=edZm8b_vvXw
March 21, 2019 at 11:23AM by passsy
https://ift.tt/2OgXLHd
YouTube
#ProjectCampus - Building a Social Network App in Flutter from Scratch
Hey there! We are building a social network in Flutter. From Scratch. Live, in front of a camera. That's how we think you should learn how to build your own apps for Flutter.
This is the first ever (ever) episode of our #ProjectCampus (and also the first…
This is the first ever (ever) episode of our #ProjectCampus (and also the first…
New post on Flutter Dev Google group:
exception occurs while Integrating FireBase Authentication Process
Hi , I tried to do firebase Authentication , I activated the auth method email in firebase and also imported the google services json. Followed the tutorial https://ift.tt/2TPxWEu but i am getting the below error E/MethodChannel#plugins.
March 21, 2019 at 12:04PM by Anbarasu Theresnathan
https://ift.tt/2Wdm9wb
exception occurs while Integrating FireBase Authentication Process
Hi , I tried to do firebase Authentication , I activated the auth method email in firebase and also imported the google services json. Followed the tutorial https://ift.tt/2TPxWEu but i am getting the below error E/MethodChannel#plugins.
March 21, 2019 at 12:04PM by Anbarasu Theresnathan
https://ift.tt/2Wdm9wb
GitHub
RobertBrunhage/Youtube-Tutorials
Contribute to RobertBrunhage/Youtube-Tutorials development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
MythBuster : 10 Rumors about Flutter, why it’s not worse than Android+Kotlin ?
https://ift.tt/2OlME00
March 21, 2019 at 03:44PM by Elixane
https://ift.tt/2Hza5T0
MythBuster : 10 Rumors about Flutter, why it’s not worse than Android+Kotlin ?
https://ift.tt/2OlME00
March 21, 2019 at 03:44PM by Elixane
https://ift.tt/2Hza5T0
Medium
MythBuster : 10 Rumors about Flutter, why it’s not worse than Android+Kotlin ?
Almost all mobile developers talk about Flutter, this new cross-platform framework, which can produce beautiful apps in a record-time…
New post on Flutter Dev Google group:
From Dart object to JSON and back!
Hello Devs, Could you please throw some constructive critics on this lib? https://ift.tt/2ktQLsr
March 21, 2019 at 04:19PM by alexande...@gmail.com
https://ift.tt/2Ctz2eo
From Dart object to JSON and back!
Hello Devs, Could you please throw some constructive critics on this lib? https://ift.tt/2ktQLsr
March 21, 2019 at 04:19PM by alexande...@gmail.com
https://ift.tt/2Ctz2eo
Dart Packages
dart_json_mapper | Dart Package
dart_json_mapper Dart package - This package allows programmers to annotate Dart classes in order to serialize / deserialize them from / to JSON.
New post on /r/flutterdev subreddit:
I made a thing 💙😉
https://ift.tt/2Csfgje
March 21, 2019 at 04:37PM by fleper
https://ift.tt/2UMH7BZ
I made a thing 💙😉
https://ift.tt/2Csfgje
March 21, 2019 at 04:37PM by fleper
https://ift.tt/2UMH7BZ
New post on /r/flutterdev subreddit:
31. Flutter e-commerce app: creating Users on database
https://www.youtube.com/attribution_link?a=92Jr8ba-kLs&u=%2Fwatch%3Fv%3DWsd5gzrrQvA%26feature%3Dshare
March 21, 2019 at 05:02PM by kibatheseven
https://ift.tt/2JuODjL
31. Flutter e-commerce app: creating Users on database
https://www.youtube.com/attribution_link?a=92Jr8ba-kLs&u=%2Fwatch%3Fv%3DWsd5gzrrQvA%26feature%3Dshare
March 21, 2019 at 05:02PM by kibatheseven
https://ift.tt/2JuODjL
YouTube
31. Flutter e-commerce app: creating Users on database
========== code ====================== https://github.com/Santos-Enoque/complete_flutter_ecommerce/tree/video-31 ======== CONTACT ================== email: s...
New tweet from flutterio:
Vous pouvez (enfin) sortir le champomy 🍾, un plugin officiel pour Crashlytics dans #Flutter est désormais disponible https://t.co/P0YwmPXfJa #flutterio #flutterdev— Flutter France (@flutterio) March 21, 2019
March 21, 2019 at 07:28AM
http://twitter.com/flutterio/status/1108616472354611200
Vous pouvez (enfin) sortir le champomy 🍾, un plugin officiel pour Crashlytics dans #Flutter est désormais disponible https://t.co/P0YwmPXfJa #flutterio #flutterdev— Flutter France (@flutterio) March 21, 2019
March 21, 2019 at 07:28AM
http://twitter.com/flutterio/status/1108616472354611200
Twitter
News about #flutter on Twitter
See news about #flutter on Twitter. Read what people are saying and join the conversation around this hashtag.