Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 464 Bytes

File metadata and controls

36 lines (24 loc) · 464 Bytes

Flutter manage state

This project is an example to management state in Flutter app. All examples do the same, has a state with User and if exist this.

This repo has 4 branches:

  1. main: it has a base code of apps
  2. singleton
git checkout -b singleton
  1. provider
git checkout -b provider
  1. cubit
git checkout -b cubit
  1. bloc
git checkout -b bloc
  1. getX
git checkout -b getx