State management comparison

Getting started

Implementation of all the state managements can be found in lib/state_managements directory.

Purpose

This project is made to provide insight on different state management implementation approaches provided by Flutter in official documentation:

Every page selectable from the drawer shows the same UI implementation which only difference is used state management.