starter_architecture_flutter_firebase
starter_architecture_flutter_firebase copied to clipboard
Time Tracking app with Flutter & Firebase
I'm REALLY glad this was redone so I can start to get a handle on some best practices when using Firestore database ... prior to the real course getting done....
Follow up from #94 TODO - [ ] Add unit tests for controllers / notifiers - [ ] Add widget tests - [ ] Add integration tests
Should be in line with the new Riverpod architecture
Rationale: should create smaller reusable widget classes rather than methods.
The transitions from tab to tab are instant (or at least they seem instant). Animations are fiddlesome and routing isn't that simple either. It would be great if at least...
Hello, i have tried to use the app without internet and it crashed while by using cloud firestore the app should run without any problem link it is connected?
## TL;DR what about Firestore transactions, batched writes, field value operations (e.g. `FieldValue.arrayUnion`)? ## Long version First off, thank for this repo! I have been developing apps in Flutter and...
With the introduction of the onboarding screen (#41), the top-level widget switching logic would benefit from some tests. This is to check that `SignInPage`, `OnboardingPage` or `HomePage` is returned depending...
What is you advice for implement firebase_analytics in this setup?