Skip to content

sharmayash/Flutter-state-managements

Repository files navigation

Flutter State Management

A Demonstration of various state management techniques and architecture available in flutter.

State Management architectures covered in this repo.

  1. SetState.
  2. Provider Package.
  3. State Management with Bloc from Scratch (Vanilla Bloc).
  4. bloc and flutter_bloc Packages.
  5. 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