flutter-template
flutter-template copied to clipboard
Introduce a generic sign in / sign out system
We can create a basement for the sign in / sign out system:
- The cubits;
- The use cases;
- Maybe even simple UI that we could design later on.
As we reimplement this system almost 100% of time, creating it in the template will allow us to deliver the sign in / sign out functionality on new projects very fast.