A sample Flutter project for Provider. Using pokemon.json.
Install flutter sdk with asdf.
asdf install
asdf reshim
Install gems for iOS.
cd ios
cd bundle install
bundle exec pod install
Run build_runner
and generate files defined with
freezed and mockito.
make gen/build
or 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