Mariano Uvalle
Mariano Uvalle
The names for the blocs currently don't have the word screen in their names, this can cause confusion specially with the event screen whose bloc is called event_bloc. This doesn't...
The tasks list is not necessary since tasks have an owner and event property that lets them be queried by this parameters, keeping track of this information inside user and...
The upload process takes a long time and waiting for it to be done in the new image screen would not be good for UX. Implement a snackbar or something...
For example: when you update the priority of a task, the properties of the user and the event don't get updated. This happens with almost any update regarding a task.
In contrast to the http package, cloud_firestore does not provide a mock instance. We have to use mockito to test the methods inside the provider. the following file provides an...
The models use named constructors and the code necessary to make it work with Equatable is too verbose and unnecessary. This is because the call to the super constructor (Equatable)...
Thanks for your hard work @yanshouwang! I'm considering using this plugin for an app I'm developing, but I want to know if the following scenario is supported or planned: As...