GGroup: does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
Submitted August 29, 2018 at 05:39PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wmHpFA
does upgrading my flutter automatically upgrade flutter in my app the next time I run a build?
Submitted August 29, 2018 at 05:39PM by Michael Tawiah Sowah
via Flutter Dev https://ift.tt/2wmHpFA
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.
Reddit: Flutter from scratch - Authentication
https://ift.tt/2BZfQXZ
Submitted August 29, 2018 at 06:47PM by rajayogan27
via reddit https://ift.tt/2PLvIAa
https://ift.tt/2BZfQXZ
Submitted August 29, 2018 at 06:47PM by rajayogan27
via reddit https://ift.tt/2PLvIAa
T-Pub :)
Flutter – Authentication
Hi Friends, Hope you are all well. In this post let’s talk about Authentication using Firebase in your flutter apps. To learn the basics of flutter get my course – Click here. Other flutter c…
GGroup: Seat Map Layout using flutter
Hi Friends, Can someone help me to get a seat map design layout as the attached image using flutter
Submitted August 29, 2018 at 07:09PM by kamesh bala
via Flutter Dev https://ift.tt/2wq7XWp
Hi Friends, Can someone help me to get a seat map design layout as the attached image using flutter
Submitted August 29, 2018 at 07:09PM by kamesh bala
via Flutter Dev https://ift.tt/2wq7XWp
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.
Building an app that is neither Material nor iOS-style? Instead of MaterialApp or CupertinoApp, you can use WidgetsApp — and do something wildly custom.#WidgetWednesday pic.twitter.com/g7mA9u4GCl— Flutter (@flutterio) August 29, 2018
August 29, 2018 at 09:16PM
via Twitter https://twitter.com/flutterio
August 29, 2018 at 09:16PM
via Twitter https://twitter.com/flutterio
Twitter
#widgetwednesday hashtag on Twitter
On Aug 8 @flutterio tweeted: "Allow users to drag & drop in your a.." - read what others are saying and join the conversation.
Reddit: “A simple Search Bar in Flutter 🔎
https://ift.tt/2POXiwA
Submitted August 29, 2018 at 09:46PM by wajahatkarim3
via reddit https://ift.tt/2C0xR8c
https://ift.tt/2POXiwA
Submitted August 29, 2018 at 09:46PM by wajahatkarim3
via reddit https://ift.tt/2C0xR8c
Medium
A simple Search Bar in Flutter 🔎 🦋
One hurdle I recently overcame while developing a mobile Application using Flutter was the lack of a built in search bar Widget, analogous…
Reddit: Published a Flutter concept app for Chess. I'll share the entire source code within a day or two. Check it out here: https://ift.tt/2NvqVS1
https://ift.tt/2ws6nmI
Submitted August 29, 2018 at 10:11PM by deven9852
via reddit https://ift.tt/2NvqY09
https://ift.tt/2ws6nmI
Submitted August 29, 2018 at 10:11PM by deven9852
via reddit https://ift.tt/2NvqY09
reddit
Published a Flutter concept app for Chess. I'll... • r/FlutterDev
1 points and 0 comments so far on reddit
GGroup: Is there a companion repository to the 'Boring Flutter Development Show'?
I'm enjoying Google's series on flutter, on youtube: https://www.youtube.com/watch?v=dNSteCm-cEY&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK&index=6&t=0s However I'm not sure if there's a repo I can clone from to follow along? I'd prefer not to have to code along as the devs talk...
Submitted August 29, 2018 at 10:57PM by MrLarryQ
via Flutter Dev https://ift.tt/2wshzzK
I'm enjoying Google's series on flutter, on youtube: https://www.youtube.com/watch?v=dNSteCm-cEY&list=PLOU2XLYxmsIK0r_D-zWcmJ1plIcDNnRkK&index=6&t=0s However I'm not sure if there's a repo I can clone from to follow along? I'd prefer not to have to code along as the devs talk...
Submitted August 29, 2018 at 10:57PM by MrLarryQ
via Flutter Dev https://ift.tt/2wshzzK
YouTube
Adding Animations to Your App - The Boring Flutter Development Show, Ep. 5
In this episode, Filip is joined by Emily, a Developer Advocate on the Flutter team (and previously a compiler engineer on the Dart team). Together they exte...
GGroup: Lifecycle of flutter as module in Android project
Followed official doc here: https://ift.tt/2ujlugB, I use a global FlutterView, each time an new FlutterStarter is created, FlutterView is attached to this, of course in OnDestroy of FlutterStart, detach is called. Problem is that, when the 'create
Submitted August 30, 2018 at 11:56AM by ZP L
via Flutter Dev https://ift.tt/2wrfjZt
Followed official doc here: https://ift.tt/2ujlugB, I use a global FlutterView, each time an new FlutterStarter is created, FlutterView is attached to this, of course in OnDestroy of FlutterStart, detach is called. Problem is that, when the 'create
Submitted August 30, 2018 at 11:56AM by ZP L
via Flutter Dev https://ift.tt/2wrfjZt
GitHub
flutter/flutter
Flutter makes it easy and fast to build beautiful mobile apps. - flutter/flutter
Reddit: Improve dartfmt
Dart format is an awesome tool but too main areas bother me regularly:https://github.com/dart-lang/dart_style/issues/731 https://github.com/dart-lang/dart_style/issues/732If you too would like to have a bit more control please vote for them
Submitted August 30, 2018 at 02:07PM by escamoteur
via reddit https://ift.tt/2MGM0MG
Dart format is an awesome tool but too main areas bother me regularly:https://github.com/dart-lang/dart_style/issues/731 https://github.com/dart-lang/dart_style/issues/732If you too would like to have a bit more control please vote for them
Submitted August 30, 2018 at 02:07PM by escamoteur
via reddit https://ift.tt/2MGM0MG
GitHub
Please add an option to not to touch lines that start with a '.' #731
Whe using fluent function calls the results of dartfmt isn't optimal Especially when using RxDart this produces real ugly results like: filterUpdateSubscription = sl .get() .updateFilterCommand .results .mergeWith([sl.get<P...
GGroup: Firebird database connection
Hi mates... I was wondering to know if its posible to make a connection to a local firebird database?? And how to if we can... maybe with jdbc firebird connector? ... thank you very much in avance... I<3Flutter
Submitted August 30, 2018 at 03:20PM by Miguel Camacho
via Flutter Dev https://ift.tt/2C1raTj
Hi mates... I was wondering to know if its posible to make a connection to a local firebird database?? And how to if we can... maybe with jdbc firebird connector? ... thank you very much in avance... I<3Flutter
Submitted August 30, 2018 at 03:20PM by Miguel Camacho
via Flutter Dev https://ift.tt/2C1raTj
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.
Reddit: Flutter from scratch - Social Authentication with Google
https://ift.tt/2C2F0oG
Submitted August 30, 2018 at 03:34PM by rajayogan27
via reddit https://ift.tt/2LGiBNh
https://ift.tt/2C2F0oG
Submitted August 30, 2018 at 03:34PM by rajayogan27
via reddit https://ift.tt/2LGiBNh
T-Pub :)
Flutter – Social Authentication – Google
Hi Friends, Hope you are all well. This post is a sequel to my previous post on flutter authentication. In this post let’s talk about social authentication; i.e., authenticating users into yo…
Reddit: transformer_page_view | PageTransformer for Flutter
https://ift.tt/2PNvzfs
Submitted August 30, 2018 at 04:45PM by Purple_Pizzazz
via reddit https://ift.tt/2PkLot1
https://ift.tt/2PNvzfs
Submitted August 30, 2018 at 04:45PM by Purple_Pizzazz
via reddit https://ift.tt/2PkLot1
Dart Packages
transformer_page_view | Flutter Package
transformer_page_view Flutter and Dart package - PageTransformer for flutter
GGroup: authenticate user with phone number for flutter
am trying to authenticate user with phone number from jayesh post in the link below how ever it does not work for me.any help https://ift.tt/2IeGspO signUpUserPN()async{ final PhoneVerificationCompleted verificationCo
Submitted August 30, 2018 at 05:12PM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2PjSM88
am trying to authenticate user with phone number from jayesh post in the link below how ever it does not work for me.any help https://ift.tt/2IeGspO signUpUserPN()async{ final PhoneVerificationCompleted verificationCo
Submitted August 30, 2018 at 05:12PM by ABEROR NORBERT
via Flutter Dev https://ift.tt/2PjSM88
Stack Overflow
How to do Phone Authentication in Flutter using Firebase?
I have searched many websites and I didn't find a way to implement phone authentication in Flutter using Firebase. Can anyone tell me how to this?
Reddit: Flutter - Collapsing Toolbar | Sliver App Bar
https://youtu.be/I26rzdjqVXA
Submitted August 30, 2018 at 06:01PM by RobertBrunhage
via reddit https://ift.tt/2LJ2dM2
https://youtu.be/I26rzdjqVXA
Submitted August 30, 2018 at 06:01PM by RobertBrunhage
via reddit https://ift.tt/2LJ2dM2
YouTube
Flutter - Collapsing Toolbar | Sliver App Bar
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Reddit: Flutter from scratch - Social Authentication with Facebook
https://ift.tt/2oo58k3
Submitted August 30, 2018 at 07:21PM by rajayogan27
via reddit https://ift.tt/2Pn0WwF
https://ift.tt/2oo58k3
Submitted August 30, 2018 at 07:21PM by rajayogan27
via reddit https://ift.tt/2Pn0WwF
T-Pub :)
Flutter – Social Authentication with Facebook
Hi Friends, Hope you are all well. This post is again a sequel to my previous posts on authentication. To learn the basics of flutter get my course – Click here. Other flutter courses – here. (Affi…
Reddit: Flutter Advanced: Semantic Versioning
https://youtu.be/iua7TjbeRHA
Submitted August 30, 2018 at 06:57PM by imthepk
via reddit https://ift.tt/2LHAMSS
https://youtu.be/iua7TjbeRHA
Submitted August 30, 2018 at 06:57PM by imthepk
via reddit https://ift.tt/2LHAMSS
YouTube
Flutter Advanced: Semantic Versioning
In this video, I will explain what is semantic versioning and how to properly use versions for libraries, plugins and app. Flutter UI Kit - https://goo.gl/N2...
Plot twist: The sample app that we all know and love is also really good for tracking our follower count.
THANK YOU to all of our followers for helping us get this far! We wouldn't be here without you. pic.twitter.com/ywjZJekH8V— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 07:45PM
via Twitter https://twitter.com/flutterio
THANK YOU to all of our followers for helping us get this far! We wouldn't be here without you. pic.twitter.com/ywjZJekH8V— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 07:45PM
via Twitter https://twitter.com/flutterio
Twitter
Flutter
Plot twist: The sample app that we all know and love is also really good for tracking our follower count. THANK YOU to all of our followers for helping us get this far! We wouldn't be here without you. https://t.co/ywjZJekH8V
GGroup: Flutter - Collapsing toolbar tutorial
Hey everyone! Thought I would share my new tutorial on how to use the SliverAppBar to get the famous Collapsing toolbar, link: https://youtu.be/I26rzdjqVXA Have an amazing day everyone!
Submitted August 30, 2018 at 08:29PM by Robert Brunhage
via Flutter Dev https://ift.tt/2LHgMQb
Hey everyone! Thought I would share my new tutorial on how to use the SliverAppBar to get the famous Collapsing toolbar, link: https://youtu.be/I26rzdjqVXA Have an amazing day everyone!
Submitted August 30, 2018 at 08:29PM by Robert Brunhage
via Flutter Dev https://ift.tt/2LHgMQb
YouTube
Flutter - Collapsing Toolbar | Sliver App Bar
Course to build a production-ready app 👉 https://robertbrunhage.com/course
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
Join the Discord Community: https://discord.gg/CPwSezC
2 month of free premium Skillshare ➡️ https://skillshare.eqcm.net/vY4ve
⭐⭐⭐ SUPPORT ME ⭐⭐⭐
Patreon: https:/…
We reached out for your feedback in our July survey. We would like to share what we've learned from the survey and how we are going to improve Flutter.
Learn more here ↓ https://t.co/wc3dfyYIhu— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 09:09PM
via Twitter https://twitter.com/flutterio
Learn more here ↓ https://t.co/wc3dfyYIhu— Flutter (@flutterio) August 30, 2018
August 30, 2018 at 09:09PM
via Twitter https://twitter.com/flutterio
Medium
What We’ve Learned from the July 2018 Flutter User Survey
Flutter’s User Experience Research team recently conducted an online survey to measure user satisfaction and understand user needs.
Reddit: What We’ve Learned from the July 2018 Flutter User Survey
https://ift.tt/2MDbTNJ
Submitted August 31, 2018 at 12:38AM by Elixane
via reddit https://ift.tt/2N648iu
https://ift.tt/2MDbTNJ
Submitted August 31, 2018 at 12:38AM by Elixane
via reddit https://ift.tt/2N648iu
Medium
What We’ve Learned from the July 2018 Flutter User Survey
Flutter’s User Experience Research team recently conducted an online survey to measure user satisfaction and understand user needs.
GGroup: Use async methods synchronously in initState in one of my page
Want to call two async methods in my page and execute them one after other(synchronously). Should get into second method after completing first method.
Submitted August 31, 2018 at 07:25AM by jack
via Flutter Dev https://ift.tt/2Nz01bR
Want to call two async methods in my page and execute them one after other(synchronously). Should get into second method after completing first method.
Submitted August 31, 2018 at 07:25AM by jack
via Flutter Dev https://ift.tt/2Nz01bR
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.