New post on /r/flutterdev subreddit:
Shared preferences getting deleted when updating app even if the update contain style change
Shared preferences getting deleted when updating app even if the update contain style change and workaround for it why it's getting deleted?
February 23, 2019 at 10:20AM by Kotaibaw
https://ift.tt/2NpkBMl
Shared preferences getting deleted when updating app even if the update contain style change
Shared preferences getting deleted when updating app even if the update contain style change and workaround for it why it's getting deleted?
February 23, 2019 at 10:20AM by Kotaibaw
https://ift.tt/2NpkBMl
reddit
r/FlutterDev - Shared preferences getting deleted when updating app even if the update contain style change
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
firebase_authentication - Cannot query users by their username
I'm new to flutter and attempting to add firebase_auth GoogleSignIn to my app. I've followed the instructions of about 5 samples I've found online but keep getting the error when I run the app: E/GraphResponse( 8321): {HttpStatus: 404, errorCode: 803, subErrorCode: -1, errorType: OAuthException,
February 23, 2019 at 12:35PM by Noel Austin
https://ift.tt/2VhHN26
firebase_authentication - Cannot query users by their username
I'm new to flutter and attempting to add firebase_auth GoogleSignIn to my app. I've followed the instructions of about 5 samples I've found online but keep getting the error when I run the app: E/GraphResponse( 8321): {HttpStatus: 404, errorCode: 803, subErrorCode: -1, errorType: OAuthException,
February 23, 2019 at 12:35PM by Noel Austin
https://ift.tt/2VhHN26
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:
Get size.center of the screen.
Hi everyone, I am trying to get the center of the screen when I initialize a class. I have gotten that using CustomPainter like this: ``class IndoorMapPinter extends CustomPainter { @override void paint(Canvas canvas, Size size) { final Offset center = size.center(Offset.zero);``` But I
February 23, 2019 at 03:22PM by Santiago Taco
https://ift.tt/2TdFCPz
Get size.center of the screen.
Hi everyone, I am trying to get the center of the screen when I initialize a class. I have gotten that using CustomPainter like this: ``class IndoorMapPinter extends CustomPainter { @override void paint(Canvas canvas, Size size) { final Offset center = size.center(Offset.zero);``` But I
February 23, 2019 at 03:22PM by Santiago Taco
https://ift.tt/2TdFCPz
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:
Why Flutter went with Dart, and not Swift/Kotlin?
Don’t me wrong, Dart looks good; But, Swift or Kotlin are both open source, have more features, and already known in the mobile industry.
February 23, 2019 at 02:28PM by KingAntwelm
https://ift.tt/2EqIPDl
Why Flutter went with Dart, and not Swift/Kotlin?
Don’t me wrong, Dart looks good; But, Swift or Kotlin are both open source, have more features, and already known in the mobile industry.
February 23, 2019 at 02:28PM by KingAntwelm
https://ift.tt/2EqIPDl
reddit
r/FlutterDev - Why Flutter went with Dart, and not Swift/Kotlin?
0 votes and 4 comments so far on Reddit
New post on /r/flutterdev subreddit:
Is it possible to put check-boxes on a zoomable image?
So just as the title says, but to add on that, once a box is checked (which should have a predefined co-ordinate) the data is sent over to a server. The image would be a simple floorplan. So is that doable in flutter?
February 23, 2019 at 03:52PM by doesmylifeevenmatter
https://ift.tt/2XkA8ll
Is it possible to put check-boxes on a zoomable image?
So just as the title says, but to add on that, once a box is checked (which should have a predefined co-ordinate) the data is sent over to a server. The image would be a simple floorplan. So is that doable in flutter?
February 23, 2019 at 03:52PM by doesmylifeevenmatter
https://ift.tt/2XkA8ll
reddit
r/FlutterDev - Is it possible to put check-boxes on a zoomable image?
0 votes and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Maps like that of Uber
Hello Developers, I am actually developing an app at the moment and I need help as to how i can create a box more like that of what Uber use in their app to basically hold a gps location of what a user chooses. Any help?
February 23, 2019 at 05:42PM by Joshua Hlordze
https://ift.tt/2TdHOGW
Maps like that of Uber
Hello Developers, I am actually developing an app at the moment and I need help as to how i can create a box more like that of what Uber use in their app to basically hold a gps location of what a user chooses. Any help?
February 23, 2019 at 05:42PM by Joshua Hlordze
https://ift.tt/2TdHOGW
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 Cookbook - Persist data with SQLite
https://ift.tt/2T5fdUf
February 23, 2019 at 10:32PM by Purple_Pizzazz
https://ift.tt/2BRNpZo
Flutter Cookbook - Persist data with SQLite
https://ift.tt/2T5fdUf
February 23, 2019 at 10:32PM by Purple_Pizzazz
https://ift.tt/2BRNpZo
flutter.dev
Persist data with SQLite
If writing an app that needs to persist and query larger amounts of data onthe local device, consider using a database instead of a local file orkey-value store. In general, databases provide faster inserts, updates,and queries, compared to other local persistence…
New post on /r/flutterdev subreddit:
1kb JS demos [inspiration for flutter-create]
https://js1k.com/
February 23, 2019 at 10:30PM by Osamito
https://ift.tt/2U5ekYW
1kb JS demos [inspiration for flutter-create]
https://js1k.com/
February 23, 2019 at 10:30PM by Osamito
https://ift.tt/2U5ekYW
New post on /r/flutterdev subreddit:
Flutter 2019 : Real Splash Screens Tutorial
https://youtu.be/BjV4RMkVY6w
February 24, 2019 at 06:11AM by imthepk
https://ift.tt/2XjWAuW
Flutter 2019 : Real Splash Screens Tutorial
https://youtu.be/BjV4RMkVY6w
February 24, 2019 at 06:11AM by imthepk
https://ift.tt/2XjWAuW
YouTube
Flutter 2019 : Real Splash Screens Tutorial
In this video, I will explain how to make splash screens for both android and ios.
Article Link - https://medium.com/@imthepk/flutter-2019-real-splash-screens-tutorial-16078660c7a1
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example Apps - https://goo.gl/8hZQkq…
Article Link - https://medium.com/@imthepk/flutter-2019-real-splash-screens-tutorial-16078660c7a1
Flutter UI Kit - https://goo.gl/N2RxBf
Flutter Example Apps - https://goo.gl/8hZQkq…
New post on /r/flutterdev subreddit:
[Flutter Challenge]Custom ListView
Hello Pros,Challenge :-List with custom view -List item with button to add item in the listEasy, right ??
February 24, 2019 at 11:14AM by deepss1
https://ift.tt/2E2qH0U
[Flutter Challenge]Custom ListView
Hello Pros,Challenge :-List with custom view -List item with button to add item in the listEasy, right ??
February 24, 2019 at 11:14AM by deepss1
https://ift.tt/2E2qH0U
reddit
r/FlutterDev - [Flutter Challenge]Custom ListView
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
#Flutter Tutorial for Beginners - Build iOS and Android Apps with Google's Flutter & Dart
https://youtu.be/qBhNpE7PxFg
February 24, 2019 at 10:57AM by professionaltut143
https://ift.tt/2Ebtlln
#Flutter Tutorial for Beginners - Build iOS and Android Apps with Google's Flutter & Dart
https://youtu.be/qBhNpE7PxFg
February 24, 2019 at 10:57AM by professionaltut143
https://ift.tt/2Ebtlln
New post on /r/flutterdev subreddit:
FlutterForce — Week 15
https://ift.tt/2tBY8CY
February 24, 2019 at 10:52AM by flutterist
https://ift.tt/2T0JLHz
FlutterForce — Week 15
https://ift.tt/2tBY8CY
February 24, 2019 at 10:52AM by flutterist
https://ift.tt/2T0JLHz
Medium
FlutterForce — #Week 15
Weekly Flutter Resources
New post on /r/flutterdev subreddit:
Flutter in Practice: Types & JSON Serialization
https://www.youtube.com/watch?v=rniuCsmxCsI
February 24, 2019 at 12:02PM by zaiste
https://ift.tt/2Xl3GiH
Flutter in Practice: Types & JSON Serialization
https://www.youtube.com/watch?v=rniuCsmxCsI
February 24, 2019 at 12:02PM by zaiste
https://ift.tt/2Xl3GiH
YouTube
Flutter in Practice - E06: Types & JSON Serialization
Flutter in Practice is a free programming course that teaches how to write a mobile application using Flutter framework and Dart programming language. Instead of teaching concepts and ideas in both Flutter and Dart, this course showcases a process of building…
New post on /r/flutterdev subreddit:
Connect flutter app to mySql server and phpmyadmin
https://www.youtube.com/attribution_link?a=FaTnjsjA0qA&u=%2Fwatch%3Fv%3DHT5WuFRJ2no%26feature%3Dshare
February 24, 2019 at 01:26PM by kibatheseven
https://ift.tt/2U5V0KY
Connect flutter app to mySql server and phpmyadmin
https://www.youtube.com/attribution_link?a=FaTnjsjA0qA&u=%2Fwatch%3Fv%3DHT5WuFRJ2no%26feature%3Dshare
February 24, 2019 at 01:26PM by kibatheseven
https://ift.tt/2U5V0KY
YouTube
Connect flutter app to mySql server and phpmyadmin
On this video you are going to learn how to connect your flutter app to your web server. free hosting: https://in.000webhost.com/ seemoney app: https://play....
New post on /r/flutterdev subreddit:
How to connect flutter app to mysql web server and phpmyadmin
https://ift.tt/2IxhEL9
February 24, 2019 at 02:21PM by kibatheseven
https://ift.tt/2SXYRNC
How to connect flutter app to mysql web server and phpmyadmin
https://ift.tt/2IxhEL9
February 24, 2019 at 02:21PM by kibatheseven
https://ift.tt/2SXYRNC
Medium
How to connect flutter app to mysql web server and phpmyadmin
Hey guys on this article I am going to show you the step by step process that will enable you to connect your flutter app to a web server!
New post on /r/flutterdev subreddit:
Flutter's TextField but much easier to attach to a Redux store.
https://ift.tt/2NubGcQ
February 24, 2019 at 03:42PM by Albert221
https://ift.tt/2Iygejt
Flutter's TextField but much easier to attach to a Redux store.
https://ift.tt/2NubGcQ
February 24, 2019 at 03:42PM by Albert221
https://ift.tt/2Iygejt
GitHub
Albert221/redux_text_field
Flutter's TextField but much easier to attach to a Redux store. - Albert221/redux_text_field
New post on /r/flutterdev subreddit:
Flutter widgets and layouts in minutes
Creating Flutter widgets and layouts made easier than ever. Follow the blog post on https://medium.com/mindorks/flutter-widgets-and-layouts-in-minutes-ffd4d2f0d443
February 24, 2019 at 04:46PM by takeoffandroid
https://ift.tt/2C0UtDp
Flutter widgets and layouts in minutes
Creating Flutter widgets and layouts made easier than ever. Follow the blog post on https://medium.com/mindorks/flutter-widgets-and-layouts-in-minutes-ffd4d2f0d443
February 24, 2019 at 04:46PM by takeoffandroid
https://ift.tt/2C0UtDp
Medium
Flutter widgets and layouts in minutes
Ever tried of learning fast?. Do you think it’s possible?
New post on /r/flutterdev subreddit:
for fire base setup for ios do i need to own MAC or i can do it manually with editing the file?
hi,for fire base setup for ios do i need to own MAC or i can do it manually with editing the file?
February 24, 2019 at 07:11PM by Kotaibaw
https://ift.tt/2SZJ40U
for fire base setup for ios do i need to own MAC or i can do it manually with editing the file?
hi,for fire base setup for ios do i need to own MAC or i can do it manually with editing the file?
February 24, 2019 at 07:11PM by Kotaibaw
https://ift.tt/2SZJ40U
reddit
r/FlutterDev - for fire base setup for ios do i need to own MAC or i can do it manually with editing the file?
0 votes and 0 comments so far on Reddit
New post on /r/flutterdev subreddit:
Simple word game Bloc example
https://ift.tt/2VfOdi3
February 24, 2019 at 08:59PM by definitely_robots
https://ift.tt/2NpKtYB
Simple word game Bloc example
https://ift.tt/2VfOdi3
February 24, 2019 at 08:59PM by definitely_robots
https://ift.tt/2NpKtYB
GitHub
kskotheim/word_game
a game where you guess which word is more common. Contribute to kskotheim/word_game development by creating an account on GitHub.
New post on /r/flutterdev subreddit:
Migrating Flutter app to AndroidX
I guess, I am not the only one there who had problems with 3rd-party packages and lots of errors/warnings related to AndroidX migration. I was trying to search for the solution and I've found it in flutter.dev page even though it is not already accessible using navigation menu in the page: https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility. I hope it would be helpful for you guys!Upgrade and happy coding!
February 24, 2019 at 09:25PM by mkobuolys
https://ift.tt/2Xmxrj3
Migrating Flutter app to AndroidX
I guess, I am not the only one there who had problems with 3rd-party packages and lots of errors/warnings related to AndroidX migration. I was trying to search for the solution and I've found it in flutter.dev page even though it is not already accessible using navigation menu in the page: https://flutter.dev/docs/development/packages-and-plugins/androidx-compatibility. I hope it would be helpful for you guys!Upgrade and happy coding!
February 24, 2019 at 09:25PM by mkobuolys
https://ift.tt/2Xmxrj3
flutter.dev
Flutter - Build apps for any screen
Flutter transforms the entire app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.