Implementation of all the state managements can be found in lib/state_managements directory.
This project is made to provide insight on different state management implementation approaches provided by Flutter in official documentation:
-
Fish-Redux (Discontinued at Dart 2.2 - no sound null safety)
Every page selectable from the drawer shows the same UI implementation which only difference is used state management.