An MVVM based flutter boilerplate that has Splash/Login/Register/Home pages with Provider State Management
The aforementioned screens has nothing to do with backend, this boilerplate only has a working counter application same with flutter's base template but uses Provider's State Management and Get_It for service locating in
lib/locator.dart
This also includes route generation under
lib/ui/router.dart
- splashscreen ^1.2.0
- fluttertoast ^3.1.0
- provider ^3.1.0
- get_it ^3.0.3
You can use the code as much as you like since the very purpose of this is to serve as reference in contrast to the very saturated amount of tutorials concerning Provider State Management itself
You know as they say, applying and experiencing what you have read is the best way to learn it