A sample Flutter project for Provider. Using pokemon.json.
Install flutter sdk with asdf.
asdf install
asdf reshimInstall gems for iOS.
cd ios
cd bundle install
bundle exec pod installRun build_runner and generate files defined with
freezed and mockito.
make gen/buildor if you want to watch changes of definition files, then
make gen/watch- Provider: Provides services and notifiers.
- StateNotifier: Controllers for a Page.
- Freezed: Generates entities and states with freezed.
- Entity
- Repository
- Service
- Atom
- Molecule
- Organism
- Page
