A Demonstration of various state management techniques and architecture available in flutter.
- SetState.
- Provider Package.
- State Management with Bloc from Scratch (Vanilla Bloc).
- bloc and flutter_bloc Packages.
- redux and flutter_redux Packages.
All these are used one by one to showcase the demo code, for building increment and decrement counter seperately.
Set State Home | Provider Home | Drawer |