An app that consumes a public api from PokeApi
This project was made with Flutter
.
└── lib/
├── common (Common datasources, models, provider, etc)/
│ ├── datasources
│ ├── models
│ ├── providers
│ └── repositories
├── core (Things such as network providers and environment configurations)
├── routing (App navigation)
├── ui (Pages and flows for the app)/
│ ├── flows (App flows and modules)
│ ├── theme (Colors, themes, etc)
│ └── widgets (Ui componentes to be reused in the app)
└── utils (App utilities)
- flutter_hooks
- dio
- freezed_annotation
- json_annotation
- hooks_riverpod
- logger
- image
- shimmer
- lottie
- fluro
- freezed
- build_runner
- json_serializable