starter_architecture_flutter_firebase
starter_architecture_flutter_firebase copied to clipboard
Time Tracking app with Flutter & Firebase
Results
23
starter_architecture_flutter_firebase issues
Sort by
recently updated
recently updated
newest added
Fragments of your code, such as: ``` state = await AsyncValue.guard(() => repository.addJob( uid: currentUser.uid, name: name, ratePerHour: ratePerHour), ``` don't work. The state is lost before the await is...
Hey, Great example and thanks for that! I am thinking how could I implement the same functionality without using Firebase. My authRepositoryProvider uses dio and hive that are initialized asynchronously...