Reddit: Building a Flutter login app (VoidRealms)
https://www.youtube.com/watch?v=_vJZsdCC2EU
Submitted December 13, 2017 at 12:37AM by Purple_Pizzazz
via reddit http://ift.tt/2C8ApwW
https://www.youtube.com/watch?v=_vJZsdCC2EU
Submitted December 13, 2017 at 12:37AM by Purple_Pizzazz
via reddit http://ift.tt/2C8ApwW
YouTube
Flutter 24 - Login App
Check out my courses on Udemy
Dart Beginners
https://www.udemy.com/course/dart-beginners-course/?referralCode=8AE914D81F7E307C866C
Dart Intermediate
https://www.udemy.com/course/dart-intermediate-course/?referralCode=318BC98B456FDD4B2204
Dart Advanced…
Dart Beginners
https://www.udemy.com/course/dart-beginners-course/?referralCode=8AE914D81F7E307C866C
Dart Intermediate
https://www.udemy.com/course/dart-intermediate-course/?referralCode=318BC98B456FDD4B2204
Dart Advanced…
Reddit: News Buzz: News App created in Flutter using News API / uses Firebase for backend and authentication.
http://ift.tt/2Bkoq22
Submitted December 13, 2017 at 02:12PM by Purple_Pizzazz
via reddit http://ift.tt/2iYevo3
http://ift.tt/2Bkoq22
Submitted December 13, 2017 at 02:12PM by Purple_Pizzazz
via reddit http://ift.tt/2iYevo3
GitHub
theankurkedia/NewsBuzz
NewsBuzz - News App created in Flutter using News API and uses Firebase as the backend and authentication.
GGroup: [Breaking change] CupertinoPageScaffold navigationBar interface change
*If you don't build CupertinoPageScaffold with a custom widget as its 'navigationBar', you can stop reading* What: Starting in http://ift.tt/2yqqwrq, constructing CupertinoPageScaffold will take a ObstructingPreferredSizeWidget instead of a PreferredSizeWidget for
Submitted December 14, 2017 at 04:43AM by Xiao Yu
via Flutter Dev http://ift.tt/2ACuKSO
*If you don't build CupertinoPageScaffold with a custom widget as its 'navigationBar', you can stop reading* What: Starting in http://ift.tt/2yqqwrq, constructing CupertinoPageScaffold will take a ObstructingPreferredSizeWidget instead of a PreferredSizeWidget for
Submitted December 14, 2017 at 04:43AM by Xiao Yu
via Flutter Dev http://ift.tt/2ACuKSO
GitHub
Let translucent Cupertino bars have its scaffold children automatically pad their heights - second try by xster · Pull Request…
Fixes #12913
Basically a revert of #13317 that also integrates comments from #13310
Remove manual padding to account for obstructed area
Obstructed areas are signaled to scaffold children via Media...
Basically a revert of #13317 that also integrates comments from #13310
Remove manual padding to account for obstructed area
Obstructed areas are signaled to scaffold children via Media...
Reddit: flutter-by-example: A collection of simple, bare-bones Flutter apps that each demonstrate a concept (Matt Sullivan)
http://ift.tt/2ChjZCI
Submitted December 14, 2017 at 08:50AM by KingBaal
via reddit http://ift.tt/2C5aiX7
http://ift.tt/2ChjZCI
Submitted December 14, 2017 at 08:50AM by KingBaal
via reddit http://ift.tt/2C5aiX7
GitHub
mjohnsullivan/flutter-by-example
flutter-by-example - A collection of simple, bare-bones Flutter apps that each demonstrate a concept
Reddit: Fuchsia OS & Flutter preview
https://twitter.com/dvdwasibi/status/941220503762518016
Submitted December 14, 2017 at 10:21AM by Sol_Ido
via reddit http://ift.tt/2AXuLxB
https://twitter.com/dvdwasibi/status/941220503762518016
Submitted December 14, 2017 at 10:21AM by Sol_Ido
via reddit http://ift.tt/2AXuLxB
Twitter
David Yang
An armadillo spotted in the wild. #GDDChina #fuchsia. @flutterio
Reddit: Is Flutter The Best Way To Build Cross-Platform Mobile Apps?
http://ift.tt/2jWqe7B
Submitted December 15, 2017 at 10:37AM by chrossh
via reddit http://ift.tt/2ywYdrq
http://ift.tt/2jWqe7B
Submitted December 15, 2017 at 10:37AM by chrossh
via reddit http://ift.tt/2ywYdrq
10Clouds
Is Flutter The Best Way To Build Cross-Platform Mobile Apps?
Flutter SDK is Google's new cross-platform mobile SDK. How does it compare to existing solutions? Let's take a look at it and find out!
Reddit: Using Event Channels to Communicate from Native Code
http://ift.tt/2BsvklH
Submitted December 15, 2017 at 06:52PM by vipercmd
via reddit http://ift.tt/2AzU9Zv
http://ift.tt/2BsvklH
Submitted December 15, 2017 at 06:52PM by vipercmd
via reddit http://ift.tt/2AzU9Zv
Medium
Flutter: Event Channels
Flutter is the latest in mobile SDKs that offers a lot out of the box in both its SDK and developer tools to produce applications quickly…
Reddit: Flutter UI code tutorial: mastering Row and Column
http://ift.tt/2BfqYfe
Submitted December 15, 2017 at 11:27PM by Purple_Pizzazz
via reddit http://ift.tt/2CkgtXq
http://ift.tt/2BfqYfe
Submitted December 15, 2017 at 11:27PM by Purple_Pizzazz
via reddit http://ift.tt/2CkgtXq
Musings of an Android App Software Developer
Flutter UI code tutorial: mastering Row and Column - Musings of an Android App Software Developer
Learning a new UI engine is always tricky. Thankfully, the Flutter team has highlighted the basic widgets. For this code tutorial, we will focus on Row and Column, which lay out a list of child widgets in the horizontal and vertical direction respectively.…
Reddit: Installing Flutter on a Mac
http://ift.tt/2Bj32HQ
Submitted December 16, 2017 at 06:02PM by sethladd
via reddit http://ift.tt/2CnMrCe
http://ift.tt/2Bj32HQ
Submitted December 16, 2017 at 06:02PM by sethladd
via reddit http://ift.tt/2CnMrCe
Medium
Installing Flutter on a Mac
tldr: You can install Flutter on a new Mac, and run your first Flutter demo app, in under 10 minutes (not counting download times :)
GGroup: Testing SharedPreferences plugin
Hello, I'm trying to use the SharedPreferences plugin here but am having some issues figuring out how to test it. It seems like naively using SharedPreferences in my tests won't work, since a simulator needs to run to offer the ability to
Submitted December 17, 2017 at 09:04AM by Nicholas Manning
via Flutter Dev http://ift.tt/2AZsDc0
Hello, I'm trying to use the SharedPreferences plugin here but am having some issues figuring out how to test it. It seems like naively using SharedPreferences in my tests won't work, since a simulator needs to run to offer the ability to
Submitted December 17, 2017 at 09:04AM by Nicholas Manning
via Flutter Dev http://ift.tt/2AZsDc0
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: Pull GPS coordinates from an image selected with image_picker plugin
Hey everyone. I have been searching for a way to be able to grab coordinates from the metadata of a photo selected using the image_picker plugin. I am not sure if this is something that is able to be done, but here is our idea.The county I work for wants to have a mobile app for citizens to upload issues such as road repair, downed street signs, trees down over roads etc. The way we would like to do this is by pulling the gps coordinates of an image that they select, and comparing it against the geofenced coordinates of our county that we already have available. This way, if their upload is a city issue or a different county's issue, we can minimize the extra submitted issues that do not pertain to our county. I have not found a way to grab anything off of metadata from a photo yet so I am wondering if it can be done.If this doesn't seem plausible, we could use a map plug in and allow users to "drop a pin" on their issue or something of the sort, but this would be less accurate in terms of location.Any and all information will be helpful, and thanks for the help ahead of time!
Submitted December 17, 2017 at 06:41PM by cvvanarsdale
via reddit http://ift.tt/2k7ifEz
Hey everyone. I have been searching for a way to be able to grab coordinates from the metadata of a photo selected using the image_picker plugin. I am not sure if this is something that is able to be done, but here is our idea.The county I work for wants to have a mobile app for citizens to upload issues such as road repair, downed street signs, trees down over roads etc. The way we would like to do this is by pulling the gps coordinates of an image that they select, and comparing it against the geofenced coordinates of our county that we already have available. This way, if their upload is a city issue or a different county's issue, we can minimize the extra submitted issues that do not pertain to our county. I have not found a way to grab anything off of metadata from a photo yet so I am wondering if it can be done.If this doesn't seem plausible, we could use a map plug in and allow users to "drop a pin" on their issue or something of the sort, but this would be less accurate in terms of location.Any and all information will be helpful, and thanks for the help ahead of time!
Submitted December 17, 2017 at 06:41PM by cvvanarsdale
via reddit http://ift.tt/2k7ifEz
reddit
Pull GPS coordinates from an image selected with... • r/FlutterDev
Hey everyone. I have been searching for a way to be able to grab coordinates from the metadata of a photo selected using the image_picker plugin....
Reddit: Dart >= Kotlin ?
I have noticed several similarities between Kotlin and Dart. For example the null-safe typing or the async. programming styles. It seems to me that Dart is ATLEAST as cool as Kotlin. What is your opinion this?
Submitted December 17, 2017 at 07:47PM by makavelixx
via reddit http://ift.tt/2kDH7mM
I have noticed several similarities between Kotlin and Dart. For example the null-safe typing or the async. programming styles. It seems to me that Dart is ATLEAST as cool as Kotlin. What is your opinion this?
Submitted December 17, 2017 at 07:47PM by makavelixx
via reddit http://ift.tt/2kDH7mM
reddit
Dart >= Kotlin ? • r/FlutterDev
I have noticed several similarities between Kotlin and Dart. For example the null-safe typing or the async. programming styles. It seems to me...
GGroup: Routing when handling Push Notifications.
Hello. I have a somewhat large application called Rental Ninja in Production developed in Flutter. We are currently implementing Push Notifications and Deep Links into the application and we're having quite a trouble handling Navigation changes like: Navigator.of(context)... How should we
Submitted December 17, 2017 at 08:30PM by Pol Batlló
via Flutter Dev http://ift.tt/2CMWCRG
Hello. I have a somewhat large application called Rental Ninja in Production developed in Flutter. We are currently implementing Push Notifications and Deep Links into the application and we're having quite a trouble handling Navigation changes like: Navigator.of(context)... How should we
Submitted December 17, 2017 at 08:30PM by Pol Batlló
via Flutter Dev http://ift.tt/2CMWCRG
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: BoozeFit - Blood Alcohol Content Tracker. Thank you Flutter team!
https://boozefit.com
Submitted December 18, 2017 at 04:07AM by vladlichonos
via reddit http://ift.tt/2CS9ar2
https://boozefit.com
Submitted December 18, 2017 at 04:07AM by vladlichonos
via reddit http://ift.tt/2CS9ar2
Boozefit
BoozeFit: Blood Alcohol Content Level Tracker
BoozeFit is BAC(Blood Alcohol Content) tracker design to provide BAC levels.
GGroup: Countries whose TLD are keywords
When building a flutter project in IntelliJ, company domain cookytech.in - entered as *`in`.cookytech.mnshi *will throw compiler errors because XML files will get the `in` part, - entered as *in.cookytech.mnshi* will throw compiler errors because 'in' is a keyword in dart, kotlin,
Submitted December 18, 2017 at 09:53AM by Raveesh Agarwal
via Flutter Dev http://ift.tt/2BALIRr
When building a flutter project in IntelliJ, company domain cookytech.in - entered as *`in`.cookytech.mnshi *will throw compiler errors because XML files will get the `in` part, - entered as *in.cookytech.mnshi* will throw compiler errors because 'in' is a keyword in dart, kotlin,
Submitted December 18, 2017 at 09:53AM by Raveesh Agarwal
via Flutter Dev http://ift.tt/2BALIRr
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: Zooming chart with GestureDetector
http://ift.tt/2kGeEwJ
Submitted December 18, 2017 at 12:25PM by Marcinus
via reddit http://ift.tt/2kbEbP6
http://ift.tt/2kGeEwJ
Submitted December 18, 2017 at 12:25PM by Marcinus
via reddit http://ift.tt/2kbEbP6
Szałko-Blog
Zooming with GestureDetector | Szałko-Blog
In previous post I described how to create own diagram using CustomPainter. Now I will go through adding zoom effect to the diagram.
GGroup: AES256 encrption
Is there any aes256 encryption library with usage example out there for flutter
Submitted December 18, 2017 at 06:25PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2Bu804L
Is there any aes256 encryption library with usage example out there for flutter
Submitted December 18, 2017 at 06:25PM by Michael Tawiah Sowah
via Flutter Dev http://ift.tt/2Bu804L
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: Tutorial: Alert Dialog (VoidRealms)
https://www.youtube.com/watch?v=wfoSGjBOQj8
Submitted December 18, 2017 at 10:07PM by Purple_Pizzazz
via reddit http://ift.tt/2BtbYuv
https://www.youtube.com/watch?v=wfoSGjBOQj8
Submitted December 18, 2017 at 10:07PM by Purple_Pizzazz
via reddit http://ift.tt/2BtbYuv
YouTube
Flutter 27 - Alert Dialog
Check out my courses on UdemyDart Beginnershttps://www.udemy.com/course/dart-beginners-course/?referralCode=8AE914D81F7E307C866CDart Intermediatehttps://www....
Reddit: Tutorial: Showing a SnackBar (VoidRealms)
https://www.youtube.com/watch?v=0XSucLiKkho
Submitted December 18, 2017 at 10:07PM by Purple_Pizzazz
via reddit http://ift.tt/2CBXVCi
https://www.youtube.com/watch?v=0XSucLiKkho
Submitted December 18, 2017 at 10:07PM by Purple_Pizzazz
via reddit http://ift.tt/2CBXVCi
YouTube
Flutter 26 - Showing a SnackBar
Check out my Dart and Flutter courses on Udemy: https://www.udemy.com/user/bryan-cairns/ Udemy Coupons - $9.99 Dart Beginners https://www.udemy.com/dart-begi...
GGroup: How to convert local coordinate to screen coordinate?
Hello Flutter Community, I am intending to add a native window(not in full screen), like iOS AVPlayer View. How can I do this? Any advice is appreciated. Thanks Ken
Submitted December 19, 2017 at 01:47AM by Ken Shao
via Flutter Dev http://ift.tt/2AWKKLF
Hello Flutter Community, I am intending to add a native window(not in full screen), like iOS AVPlayer View. How can I do this? Any advice is appreciated. Thanks Ken
Submitted December 19, 2017 at 01:47AM by Ken Shao
via Flutter Dev http://ift.tt/2AWKKLF
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.
GGroup: Breaking Change: 64-bit integers
*What is changing?* As part of the march towards Dart 2.0, Flutter will adopt fixed-width 64-bit integers in the first week of January 2018. *What do I need to do?* We expect this change to be non-breaking to a large majority of Flutter applications. If, however, your application or the
Submitted December 19, 2017 at 02:21AM by Chris Bracken
via Flutter Dev http://ift.tt/2Bvy3Zl
*What is changing?* As part of the march towards Dart 2.0, Flutter will adopt fixed-width 64-bit integers in the first week of January 2018. *What do I need to do?* We expect this change to be non-breaking to a large majority of Flutter applications. If, however, your application or the
Submitted December 19, 2017 at 02:21AM by Chris Bracken
via Flutter Dev http://ift.tt/2Bvy3Zl
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.