New post on /r/flutterdev subreddit:
For your Flutterfire-powered Flutter apps, did you create a Firestore shim so that you can more easily migrate to another database later?
I'm building a Flutter app backed by Firebase. I'm using Auth, Firestore, and Storage. I'm sure I'll be writing cloud functions soon enough, too. Originally I was going to use a graph database for this but I decided the added complexity of organizing my data correctly in Firestore would be offset by not having to maintain my backend nearly as much.Looking forward, I'm thinking it would probably be valuable to put all Firestore queries and transactions behind an internal database connector so if I ever want to switch to a new database I can do it with as little headache as possible. Has anyone done this? Are there any tools for Dart/Flutter that will assist in building APIs from models? I've used tools like this in Go to auto-generate boilerplate APIs from structs.Right now I think the approach I'd like to take is just have a db.dart file that adds CRUD methods to my existing model classes but it appears that's not possible in the way I want to implement it yet.I'd like to hear about ways people have implemented this or any graceful ways to solve it.
September 07, 2019 at 10:33PM by Fantastitech
https://ift.tt/34v8Zj4
For your Flutterfire-powered Flutter apps, did you create a Firestore shim so that you can more easily migrate to another database later?
I'm building a Flutter app backed by Firebase. I'm using Auth, Firestore, and Storage. I'm sure I'll be writing cloud functions soon enough, too. Originally I was going to use a graph database for this but I decided the added complexity of organizing my data correctly in Firestore would be offset by not having to maintain my backend nearly as much.Looking forward, I'm thinking it would probably be valuable to put all Firestore queries and transactions behind an internal database connector so if I ever want to switch to a new database I can do it with as little headache as possible. Has anyone done this? Are there any tools for Dart/Flutter that will assist in building APIs from models? I've used tools like this in Go to auto-generate boilerplate APIs from structs.Right now I think the approach I'd like to take is just have a db.dart file that adds CRUD methods to my existing model classes but it appears that's not possible in the way I want to implement it yet.I'd like to hear about ways people have implemented this or any graceful ways to solve it.
September 07, 2019 at 10:33PM by Fantastitech
https://ift.tt/34v8Zj4
GitHub
No convenient way to introduce new functionality to existing types. · Issue #40 · dart-lang/language
Current status: being addressed via #41 The author of a Dart class can add more features to the class, but down-stream clients cannot easily do so. To work with an existing class, you can write a s...
New post on /r/flutterdev subreddit:
What topics of Flutter do you guys want tutorials about?
I've been wanting to make flutter tutorials for a while now, since people have been requesting me it for a long time, ever since I started posting some of the examples I had built. It's been a while and the flutter community has grown a lot, and you can find tutorials pretty much about anything. However, I find that beautiful and smooth UI interactive animations like the Fluttery channel used to make are still quite rare in the community, and since that's what I like to do the most, I might do that. I also want these tutorials to be a little bit more on the intermediate/advanced side since there's a lot of tutorials for beginners already. So what do you guys think?
September 07, 2019 at 11:41PM by Bernardi_23
https://ift.tt/2PWZNkz
What topics of Flutter do you guys want tutorials about?
I've been wanting to make flutter tutorials for a while now, since people have been requesting me it for a long time, ever since I started posting some of the examples I had built. It's been a while and the flutter community has grown a lot, and you can find tutorials pretty much about anything. However, I find that beautiful and smooth UI interactive animations like the Fluttery channel used to make are still quite rare in the community, and since that's what I like to do the most, I might do that. I also want these tutorials to be a little bit more on the intermediate/advanced side since there's a lot of tutorials for beginners already. So what do you guys think?
September 07, 2019 at 11:41PM by Bernardi_23
https://ift.tt/2PWZNkz
reddit
What topics of Flutter do you guys want tutorials about?
I've been wanting to make flutter tutorials for a while now, since people have been requesting me it for a long time, ever since I started posting...
New post on /r/flutterdev subreddit:
External display with flutter / iOS part 1
https://ift.tt/2ZWxKRV
September 08, 2019 at 05:25AM by oqudev
https://ift.tt/34rERp3
External display with flutter / iOS part 1
https://ift.tt/2ZWxKRV
September 08, 2019 at 05:25AM by oqudev
https://ift.tt/34rERp3
oqu.github.io
External display with flutter / iOS part 1
TL;DR See modification in AppDelegate.swift and main.dart
New post on /r/flutterdev subreddit:
Tutorial for setting up Flutter w/ Firebase using an iOS simulator
https://ift.tt/34rETxb
September 08, 2019 at 02:54AM by ryan_from_chicago
https://ift.tt/34vZ113
Tutorial for setting up Flutter w/ Firebase using an iOS simulator
https://ift.tt/34rETxb
September 08, 2019 at 02:54AM by ryan_from_chicago
https://ift.tt/34vZ113
Medium
How to setup Flutter with Firebase for iOS
Putting this out there because I couldn’t get the codelab for connecting Flutter with Firebase working and would like to help others…
New post on /r/flutterdev subreddit:
Flutter PageView that loads the next/previous page off-screen. Flutter's PageView doesn't support cacheExtents, so it doesn't load next/previous pages that are off the screen. This gist solves that. Load heavyweight widgets off screen without jank.
https://ift.tt/34w2GvP
September 08, 2019 at 02:53AM by EngineerScientist
https://ift.tt/2ZXY26m
Flutter PageView that loads the next/previous page off-screen. Flutter's PageView doesn't support cacheExtents, so it doesn't load next/previous pages that are off the screen. This gist solves that. Load heavyweight widgets off screen without jank.
https://ift.tt/34w2GvP
September 08, 2019 at 02:53AM by EngineerScientist
https://ift.tt/2ZXY26m
Gist
Flutter PageView that loads the next/previous page off-screen
Flutter PageView that loads the next/previous page off-screen - extents_page_view.dart
New post on /r/flutterdev subreddit:
🔥 flutter_form_bloc v0.2.0 now support File Fields and Forms with Submission Progress 🔥
https://ift.tt/2ZMYzMn
September 08, 2019 at 01:44AM by GiancarloCode
https://ift.tt/314NMdJ
🔥 flutter_form_bloc v0.2.0 now support File Fields and Forms with Submission Progress 🔥
https://ift.tt/2ZMYzMn
September 08, 2019 at 01:44AM by GiancarloCode
https://ift.tt/314NMdJ
GitHub
GiancarloCode/form_bloc
🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and mo...
New post on /r/flutterdev subreddit:
Flutter Performance Tips (#1): const constructors
https://ift.tt/2ZPN46N
September 08, 2019 at 12:23AM by PedroMassango
https://ift.tt/314NKCD
Flutter Performance Tips (#1): const constructors
https://ift.tt/2ZPN46N
September 08, 2019 at 12:23AM by PedroMassango
https://ift.tt/314NKCD
DEV Community
Flutter Performance Tips (#1): const constructors
. Tagged with flutter, dart.
New post on /r/flutterdev subreddit:
supernova.io opinions ?
Hi all,This company offers a tool to convert different app designs to clean code (Including Flutter).What are your thoughts on this tool?
September 08, 2019 at 12:15AM by elforce001
https://ift.tt/2PWC6bX
supernova.io opinions ?
Hi all,This company offers a tool to convert different app designs to clean code (Including Flutter).What are your thoughts on this tool?
September 08, 2019 at 12:15AM by elforce001
https://ift.tt/2PWC6bX
www.supernova.io
Supernova | The Design System Platform That Grows With You
Connect design and engineering data in a single design system tool. Supernova adapts to your company's needs and enables your teams to accelerate and scale product development.
New post on /r/flutterdev subreddit:
My first Flutter experience started as an app just for my needs, now it has over 15k active users
https://ift.tt/2HVKdPH
September 08, 2019 at 10:59AM by estevez__
https://ift.tt/31h2JcE
My first Flutter experience started as an app just for my needs, now it has over 15k active users
https://ift.tt/2HVKdPH
September 08, 2019 at 10:59AM by estevez__
https://ift.tt/31h2JcE
New post on /r/flutterdev subreddit:
Product Shop UI Speedcode
https://www.youtube.com/watch?v=8iYbcc5H5ps
September 08, 2019 at 11:37AM by JonasDeVrient
https://ift.tt/2zZzcIu
Product Shop UI Speedcode
https://www.youtube.com/watch?v=8iYbcc5H5ps
September 08, 2019 at 11:37AM by JonasDeVrient
https://ift.tt/2zZzcIu
YouTube
Flutter: Product Shop Design - Speedcode
In this video the UI of a product shopping design is created in Flutter.
The design is based on a design of Cindy Natassia: https://dribbble.com/shots/7104141-Product-Shop/attachments/106618?mode=media
This video was originally 47 minutes.
Source: htt…
The design is based on a design of Cindy Natassia: https://dribbble.com/shots/7104141-Product-Shop/attachments/106618?mode=media
This video was originally 47 minutes.
Source: htt…
New post on /r/flutterdev subreddit:
FlutterForce — Week 43
https://ift.tt/317fqH0
September 08, 2019 at 12:18PM by flutterist
https://ift.tt/2A0SJbJ
FlutterForce — Week 43
https://ift.tt/317fqH0
September 08, 2019 at 12:18PM by flutterist
https://ift.tt/2A0SJbJ
Medium
FlutterForce — #Week 43
Weekly Flutter Resources
New post on Flutter Dev Google group:
To change a part of conatiner(red) after pressing continue btn and remaining part to be as it is
In place of red conatiner I need a new conatiner having text field for phone number
September 08, 2019 at 12:38PM by Spandan Bhandari
https://ift.tt/2UKjnPM
To change a part of conatiner(red) after pressing continue btn and remaining part to be as it is
In place of red conatiner I need a new conatiner having text field for phone number
September 08, 2019 at 12:38PM by Spandan Bhandari
https://ift.tt/2UKjnPM
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:
Creating a wallpaper app in Flutter: Part 2
https://ift.tt/2ZJTVj8
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2QbXqun
Creating a wallpaper app in Flutter: Part 2
https://ift.tt/2ZJTVj8
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2QbXqun
Medium
Creating a wallpaper app in Flutter: Part 2
Cooking a wallpaper app from zero to one.
New post on /r/flutterdev subreddit:
Creating a wallpaper app in Flutter: Part 1
https://ift.tt/2ZKaPhf
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2PSUJ0h
Creating a wallpaper app in Flutter: Part 1
https://ift.tt/2ZKaPhf
September 08, 2019 at 12:42PM by divyanshub024
https://ift.tt/2PSUJ0h
Medium
Creating a wallpaper app in Flutter: Part 1
Cooking a wallpaper app from zero to one.
New post on /r/flutterdev subreddit:
I just published Harnessing the power of localStorage API in Flutter Web Apps
https://ift.tt/2ZOlE19
September 08, 2019 at 03:42PM by fleper
https://ift.tt/2PXiB38
I just published Harnessing the power of localStorage API in Flutter Web Apps
https://ift.tt/2ZOlE19
September 08, 2019 at 03:42PM by fleper
https://ift.tt/2PXiB38
Medium
Harnessing the power of localStorage API in Flutter Web Apps
Hey Everyone! Today we’re going to explore localStoage API of dart:html library by creating a Flutter Web App which persists value of…
New post on /r/flutterdev subreddit:
Number Slide Animation Widget
https://ift.tt/31fNb9r
September 08, 2019 at 04:59PM by kiesman99
https://ift.tt/2ZRbsVy
Number Slide Animation Widget
https://ift.tt/31fNb9r
September 08, 2019 at 04:59PM by kiesman99
https://ift.tt/2ZRbsVy
Dart packages
number_slide_animation | Flutter Package
A Number that will be displayed with a neat animation
New post on Flutter Dev Google group:
problem in packages installed that time run app please help me
iam installed qr_utils package in flutter and package is installed that time i run my app this error massage is comming (Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See
September 08, 2019 at 05:12PM by abdul majeed
https://ift.tt/2Lzo9LM
problem in packages installed that time run app please help me
iam installed qr_utils package in flutter and package is installed that time i run my app this error massage is comming (Automatically assigning platform `ios` with version `8.0` on target `Runner` because no platform was specified. Please specify a platform for this target in your Podfile. See
September 08, 2019 at 05:12PM by abdul majeed
https://ift.tt/2Lzo9LM
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:
Have you noticed the "transform" parameter in the Container widget? Finally, this package makes it easy to use!
https://ift.tt/2L1beSA
September 08, 2019 at 05:46PM by marcglasberg
https://ift.tt/2N4ey2s
Have you noticed the "transform" parameter in the Container widget? Finally, this package makes it easy to use!
https://ift.tt/2L1beSA
September 08, 2019 at 05:46PM by marcglasberg
https://ift.tt/2N4ey2s
Dart packages
matrix4_transform | Flutter Package
Helper math class for easily creating Matrix4 transformations, that you can use in Container's transform parameter and elsewhere.
New post on /r/flutterdev subreddit:
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics
https://youtu.be/u9i8Rgb9R7Q
September 08, 2019 at 05:45PM by Filledstacks
https://ift.tt/2N6mD6L
Simple Beginners Guide to Streams | Flutter and Dart Stream Basics
https://youtu.be/u9i8Rgb9R7Q
September 08, 2019 at 05:45PM by Filledstacks
https://ift.tt/2N6mD6L
YouTube
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
New post on /r/flutterdev subreddit:
Some useful tips and tools for making Flutter App Development Easier.
https://ift.tt/2N2XcmS
September 08, 2019 at 05:24PM by mannprerak
https://ift.tt/318yIf6
Some useful tips and tools for making Flutter App Development Easier.
https://ift.tt/2N2XcmS
September 08, 2019 at 05:24PM by mannprerak
https://ift.tt/318yIf6
Medium
Supercharge your Flutter Development — A guide to fluttering in the wild.
Welcome to this long post in which I’ll try (my best) to give you some advice/help/insight/perspective/techniques/strategies/code-ethics/……