App Poke App is a Flutter application that uses the PokeAPI to display information about Pokémon.
- [MakeFile] (https://www.gnu.org/software/make/)
- [Flutter] (https://flutter.dev/docs/get-started/install)
- [FVM] (https://fvm.app/docs/getting_started/installation)
- [Dart] (https://dart.dev/get-dart)
- Clone the repo
git clone
- Use the FVM to install the Flutter version
fvm install
- Use the FVM to set the Flutter version
fvm use 3.22.0
- Install the dependencies
make init
- Run the app
Use the option in Visual Studio Code Run -> selected Development dev
- List of Pokémon
- Pokémon details
- Search Pokémon
- Pull refresh
- Favorites
- dio
- Provider
- auto_route
- awesome_dio_interceptor
- build_runner
- envied
- freezed
- json_annotation
- path_provider
- get_it
- hive
- hive_flutter
- injectable
- very_good_analysis
- flutter_flavorizr
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.