finished-flutter-firebase-ddd-course icon indicating copy to clipboard operation
finished-flutter-firebase-ddd-course copied to clipboard

https://resocoder.com/flutter-firebase-ddd-course

Results 11 finished-flutter-firebase-ddd-course issues
Sort by recently updated
recently updated
newest added

## Previously we've used these code blocks for reusing the same functionality to do Login and Registration ```dart Stream _performActionAuthFacadeWithEmailAndPassword( Future Function({ required EmailAddress emailAddress, required Password password, }) forwardedCall,...

Dear Resocoder, Your tutorial is absolutely fantastic. However, one mystery remains, and this is unit testing the NoteRepository class and the NoteWatcherBloc, and NoteActorBloc class with Firestore. This is therefore...

![reso](https://user-images.githubusercontent.com/31249460/81074046-17cb5a00-8f06-11ea-8023-eedc55ce5cc5.jpeg) I get this error while running the app. The error does not occur always. Sometimes the app runs without the error.

My code generation seems to be missing the .map function for the todos in the generated file ``` Map _$_$_NoteDtoToJson(_$_NoteDto instance) => { 'body': instance.body, 'color': instance.color, // 'todos': instance.todos,...

The copyWith() method doesn't work inside sign_in_form_bloc.dart. The state doesn't change when the user types the email or password inside the UI form. The event is properly working and contains...

`Firestore` should not be placed in Repositories instead it should be abstracted into something like `FirestoreService`. Edit: Reference: [Service Abstraction](https://en.wikipedia.org/wiki/Service_abstraction)

First of all nice approach and some heavy work you did here. Secondly, I feel like a per feature structure would be really beneficial, since you'd get everything in one...

Setup firebase in android module