New post on /r/flutterdev subreddit:
Auto backup?
I'm having trouble finding more information on this. Basically, I want my user app data to automatically save to the cloud, so if a user uninstalls or installs the app on another device, it automatically brings back their old data.In android they have auto backup, but what is the flutter solution for this? Also, I'd prefer something that worked cross platform. So if someone went from the android to the iOS version of my app it would automatically pull their data in.
January 11, 2019 at 07:28AM by kjjdion
http://bit.ly/2M2CiRi
Auto backup?
I'm having trouble finding more information on this. Basically, I want my user app data to automatically save to the cloud, so if a user uninstalls or installs the app on another device, it automatically brings back their old data.In android they have auto backup, but what is the flutter solution for this? Also, I'd prefer something that worked cross platform. So if someone went from the android to the iOS version of my app it would automatically pull their data in.
January 11, 2019 at 07:28AM by kjjdion
http://bit.ly/2M2CiRi
reddit
r/FlutterDev - Auto backup?
3 votes and 1 comment so far on Reddit
New post on Flutter Dev Google group:
iOS native development
Hi guys, I'm a basic iOS developer by following the Apple Developer Academy. I spent some time on Flutter and I really fell in love with it! Can you suggest me something more to build native iOS elements as much as possible? I watched the Cupertino Library but want to find some useful resources
January 11, 2019 at 09:22AM by Raffaele Vitale
http://bit.ly/2SJAZt4
iOS native development
Hi guys, I'm a basic iOS developer by following the Apple Developer Academy. I spent some time on Flutter and I really fell in love with it! Can you suggest me something more to build native iOS elements as much as possible? I watched the Cupertino Library but want to find some useful resources
January 11, 2019 at 09:22AM by Raffaele Vitale
http://bit.ly/2SJAZt4
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:
Best Practice regarding integration of Firebase
Hi, I was following along a few tutorials regarding flutter and firebase. My current state is that I take the snapshot of a firebase collection and display that with a streambuilder. This works as expected, the whole screen shows my list of things. Now, semantically my list contains items that
January 11, 2019 at 10:46AM by Sven Richter
http://bit.ly/2M6pTMf
Best Practice regarding integration of Firebase
Hi, I was following along a few tutorials regarding flutter and firebase. My current state is that I take the snapshot of a firebase collection and display that with a streambuilder. This works as expected, the whole screen shows my list of things. Now, semantically my list contains items that
January 11, 2019 at 10:46AM by Sven Richter
http://bit.ly/2M6pTMf
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:
Flutter potential challenges
Hello, I'm working for a company (www.riseupmobile.com) and up until now we've been using Xamarin, and have been Partners. But now we're considering using flutter for our next project and we have some questions, doubts, and I'd like to know if there is someone I could talk to to see if it's the
January 11, 2019 at 11:00AM by Gil Sand
http://bit.ly/2RiQPhA
Flutter potential challenges
Hello, I'm working for a company (www.riseupmobile.com) and up until now we've been using Xamarin, and have been Partners. But now we're considering using flutter for our next project and we have some questions, doubts, and I'd like to know if there is someone I could talk to to see if it's the
January 11, 2019 at 11:00AM by Gil Sand
http://bit.ly/2RiQPhA
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:
How to make multiple network requests using bloc?
I want to make a network request for each item in the listview. So, I created a new bloc in listview builder. But the problem is as it is in the build method, it gets called every time there is some UI change. Even when I tap on the list item and move to a new screen, the network requests are made again. Can anyone guide me how to do network requests for each list item in listview?
January 11, 2019 at 11:31AM by psbankar
http://bit.ly/2AF0Sn4
How to make multiple network requests using bloc?
I want to make a network request for each item in the listview. So, I created a new bloc in listview builder. But the problem is as it is in the build method, it gets called every time there is some UI change. Even when I tap on the list item and move to a new screen, the network requests are made again. Can anyone guide me how to do network requests for each list item in listview?
January 11, 2019 at 11:31AM by psbankar
http://bit.ly/2AF0Sn4
reddit
r/FlutterDev - How to make multiple network requests using bloc?
1 vote and 0 comments so far on Reddit
New post on Flutter Dev Google group:
Flutter dependencies inject support (inject.dart)
We plan to develop an app use Flutter . we are looking for DI tools inject.dart (http://bit.ly/2TGbOI0) seems promising . But there has a limitation , dart sdk version problem . Is there any way we can specify dart sdk version for project ?
January 11, 2019 at 11:55AM by 庆国冉
http://bit.ly/2D29V2S
Flutter dependencies inject support (inject.dart)
We plan to develop an app use Flutter . we are looking for DI tools inject.dart (http://bit.ly/2TGbOI0) seems promising . But there has a limitation , dart sdk version problem . Is there any way we can specify dart sdk version for project ?
January 11, 2019 at 11:55AM by 庆国冉
http://bit.ly/2D29V2S
GitHub
google/inject.dart
Compile-time dependency injection for Dart and Flutter - google/inject.dart
New post on /r/flutterdev subreddit:
Introduction to Dart - Part 1: Variables and Types
http://youtu.be/L9onVn8QRaE
January 11, 2019 at 12:57PM by bizz84
http://bit.ly/2TCZd8g
Introduction to Dart - Part 1: Variables and Types
http://youtu.be/L9onVn8QRaE
January 11, 2019 at 12:57PM by bizz84
http://bit.ly/2TCZd8g
YouTube
Introduction to Dart - Part 1: Variables and Types
Sign up here for more videos: https://codewithandrea.com/
This mini-video series is a FREE sample of my Flutter & Firebase Udemy Course: https://codewithandrea.com/courses/flutter-firebase/
Level: BEGINNER. Some previous programming knowledge is helpful…
This mini-video series is a FREE sample of my Flutter & Firebase Udemy Course: https://codewithandrea.com/courses/flutter-firebase/
Level: BEGINNER. Some previous programming knowledge is helpful…
New post on Flutter Dev Google group:
how to perform different operation if users drag right and drags left using gestureDetector widget
hi guys im having hard time setting defining my scroll left and scroll right using gstureDetector widget , this is my code onHorizontalDragStart: (d) { myController.animateCamera( CameraUpdate.scrollBy(50.0, 0.0), ); print("dragging"); }, // i want if the users scroll toward
January 11, 2019 at 03:01PM by ibrahim shehu ibrahim
http://bit.ly/2AAuDFt
how to perform different operation if users drag right and drags left using gestureDetector widget
hi guys im having hard time setting defining my scroll left and scroll right using gstureDetector widget , this is my code onHorizontalDragStart: (d) { myController.animateCamera( CameraUpdate.scrollBy(50.0, 0.0), ); print("dragging"); }, // i want if the users scroll toward
January 11, 2019 at 03:01PM by ibrahim shehu ibrahim
http://bit.ly/2AAuDFt
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 example for App Store
http://bit.ly/2RqBJ9R
January 11, 2019 at 03:24PM by ycy101
http://bit.ly/2Cc2EvI
Flutter example for App Store
http://bit.ly/2RqBJ9R
January 11, 2019 at 03:24PM by ycy101
http://bit.ly/2Cc2EvI
GitHub
KingWu/flutter_starter_kit
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example - KingWu/flutter_starter_kit
New post on /r/flutterdev subreddit:
Flutter: Background Design | CustomPaint
https://youtu.be/u96GgqHFy3c
January 11, 2019 at 05:06PM by RobertBrunhage
http://bit.ly/2H8xyeh
Flutter: Background Design | CustomPaint
https://youtu.be/u96GgqHFy3c
January 11, 2019 at 05:06PM by RobertBrunhage
http://bit.ly/2H8xyeh
YouTube
Flutter: Background Design | CustomPaint
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:/…
New post on /r/flutterdev subreddit:
kt.dart — Better collections for your Flutter business logic
http://bit.ly/2CjiYL1
January 11, 2019 at 04:41PM by passsy
http://bit.ly/2RH5Kl1
kt.dart — Better collections for your Flutter business logic
http://bit.ly/2CjiYL1
January 11, 2019 at 04:41PM by passsy
http://bit.ly/2RH5Kl1
Medium
kt.dart — Kotlin like collections for your Flutter business logic
Flutter is great but using Dart feels like a step backwards when coming from Kotlin. That why I ported Kotlins collections to Dart!
New post on /r/flutterdev subreddit:
Best Resources for Learning Bloc Pattern?
I've been searching around for some good examples/resources to learn how to implement reactive programming via the Bloc pattern in flutter. I was wondering if anyone knows what the best resources for learning about this are.I've found these posts by Dieder Boelens helpful, as well as Felix Angelov's medium posts, packages, and tutorials. The boring show is great for getting acquainted with the material, of course, but it is not really the best for referencing. Does anyone know any other resources that are good for learning this material, or what is the authoritative reference for Bloc?
January 11, 2019 at 08:40PM by definitely_robots
http://bit.ly/2QGo8Gb
Best Resources for Learning Bloc Pattern?
I've been searching around for some good examples/resources to learn how to implement reactive programming via the Bloc pattern in flutter. I was wondering if anyone knows what the best resources for learning about this are.I've found these posts by Dieder Boelens helpful, as well as Felix Angelov's medium posts, packages, and tutorials. The boring show is great for getting acquainted with the material, of course, but it is not really the best for referencing. Does anyone know any other resources that are good for learning this material, or what is the authoritative reference for Bloc?
January 11, 2019 at 08:40PM by definitely_robots
http://bit.ly/2QGo8Gb
Didier Boelens
Didier Boelens - Flutter
Flutter - Introduction to the notions of Streams, Bloc and Reactive Programming. Theory and practical examples.
Difficulty: Intermediate
Difficulty: Intermediate
New post on /r/flutterdev subreddit:
Introduction to Dart - Part 1: Variables and Types
https://www.youtube.com/attribution_link?a=y1mNXEQJDaQ&u=%2Fwatch%3Fv%3DL9onVn8QRaE%26feature%3Dshare
January 11, 2019 at 11:07PM by PedroMassango
http://bit.ly/2soawWE
Introduction to Dart - Part 1: Variables and Types
https://www.youtube.com/attribution_link?a=y1mNXEQJDaQ&u=%2Fwatch%3Fv%3DL9onVn8QRaE%26feature%3Dshare
January 11, 2019 at 11:07PM by PedroMassango
http://bit.ly/2soawWE
YouTube
Introduction to Dart - Part 1: Variables and Types
Sign up here for more videos: https://codingwithflutter.com/ This mini-video series is a FREE sample of my upcoming Flutter course. Level: BEGINNER. Some pre...
New post on Flutter Dev Google group:
Flutter Starter kit for beginner to learn Bloc pattern, RxDart, sqflite, Fluro and Dio
Hi, i just write a starter kit for beginner to learn Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example. http://bit.ly/2RqBJ9R Enjoy it.
January 12, 2019 at 05:01AM by King Wu
http://bit.ly/2FmDtdM
Flutter Starter kit for beginner to learn Bloc pattern, RxDart, sqflite, Fluro and Dio
Hi, i just write a starter kit for beginner to learn Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example. http://bit.ly/2RqBJ9R Enjoy it.
January 12, 2019 at 05:01AM by King Wu
http://bit.ly/2FmDtdM
GitHub
KingWu/flutter_starter_kit
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example - KingWu/flutter_starter_kit
New post on Flutter Dev Google group:
Flutter Image Picker not working
I am trying to use this image_picker and Firebase Storage and I think it should work but I'm getting an error. Im someone knows why that would be helpful. My code: Future _pickSaveImage() async { final File imageFile = await ImagePicker.pickImage(source: ImageSource.gallery); final
January 12, 2019 at 05:11AM by Brennan Altringer
http://bit.ly/2RsWRMY
Flutter Image Picker not working
I am trying to use this image_picker and Firebase Storage and I think it should work but I'm getting an error. Im someone knows why that would be helpful. My code: Future _pickSaveImage() async { final File imageFile = await ImagePicker.pickImage(source: ImageSource.gallery); final
January 12, 2019 at 05:11AM by Brennan Altringer
http://bit.ly/2RsWRMY
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:
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project
http://bit.ly/2RqBJ9R
January 12, 2019 at 05:16AM by ycy101
http://bit.ly/2M4oYMg
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project
http://bit.ly/2RqBJ9R
January 12, 2019 at 05:16AM by ycy101
http://bit.ly/2M4oYMg
GitHub
KingWu/flutter_starter_kit
A starter kit for beginner learns with Bloc pattern, RxDart, sqflite, Fluro and Dio to architect a flutter project. This starter kit build an App Store app as a example - KingWu/flutter_starter_kit
New post on Flutter Dev Google group:
Flutter Hero Animations
Does Flutter Hero animations not work with StreamBuilder from Firebase. It animates but when you go back from the second screen there is that split second where the image hasn't loaded in from the Firebase stream yet. Is there a way to fix that? I added a video so everyone can see.
January 12, 2019 at 07:08AM by Brennan Altringer
http://bit.ly/2SP7zKf
Flutter Hero Animations
Does Flutter Hero animations not work with StreamBuilder from Firebase. It animates but when you go back from the second screen there is that split second where the image hasn't loaded in from the Firebase stream yet. Is there a way to fix that? I added a video so everyone can see.
January 12, 2019 at 07:08AM by Brennan Altringer
http://bit.ly/2SP7zKf
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:
Complete Guide to Flutter: How to Build a Real World App (Basics)
https://youtu.be/qAXqqPlDLN0
January 12, 2019 at 08:56AM by professionaltut143
http://bit.ly/2FmrBbY
Complete Guide to Flutter: How to Build a Real World App (Basics)
https://youtu.be/qAXqqPlDLN0
January 12, 2019 at 08:56AM by professionaltut143
http://bit.ly/2FmrBbY
YouTube
Complete Guide to Flutter: How to Build a Real World App (Basics)
Learn the Basics, Creating a New Flutter Project & Understanding Widgets, the Build Method And Adding the Scaffold. Complete Guide to Flutter: How to Build a...
New post on /r/flutterdev subreddit:
Fimber 0.1.8 released
Support for dart only and flutter loggin library inspired by Timber from Android. Based on Android standard logging format and similar iOS logging to console.https://pub.dartlang.org/packages/flutter_fimberAlso DartVM only. https://pub.dartlang.org/packages/fimber
January 12, 2019 at 03:25PM by Magillus
http://bit.ly/2SPzPMP
Fimber 0.1.8 released
Support for dart only and flutter loggin library inspired by Timber from Android. Based on Android standard logging format and similar iOS logging to console.https://pub.dartlang.org/packages/flutter_fimberAlso DartVM only. https://pub.dartlang.org/packages/fimber
January 12, 2019 at 03:25PM by Magillus
http://bit.ly/2SPzPMP
Dart Packages
flutter_fimber | Flutter Package
flutter_fimber Flutter and Dart package - Flutter extension for Fimber logging API, it will use native OS Logging statements via channel.
New post on /r/flutterdev subreddit:
Flutter CI/CD Deployments & Publication to Google Play
http://bit.ly/2D6pfLG
January 12, 2019 at 02:45PM by t04glovern
http://bit.ly/2AHXGXz
Flutter CI/CD Deployments & Publication to Google Play
http://bit.ly/2D6pfLG
January 12, 2019 at 02:45PM by t04glovern
http://bit.ly/2AHXGXz
DevOpStar
Flutter CI/CD Deployments & Publication to Google Play - DevOpStar
When Flutter launched in beta at the start of last year, it was clear from the get go that it was something special. It allowed developers to write mobile application code in 1 language, and maintain a single repository for …