Pokedex App is a mobile application developed using Flutter with RiverPod State Management to display information about various Pokémon.
- Display a list of Pokémon
- Show detailed information for each Pokémon
- Add favorite Pokémon
- Flutter 3.22.2
Follow these steps to install and run the Pokedex app locally:
-
Clone the Repository
git clone https://github.com/farhanhl/PokeDex.git cd pokedex -
Install Dependencies
flutter pub get
-
Run the Application
- To run the app on an emulator or physical device:
flutter run
- To run the app on an emulator or physical device:
-
Build APK
- To build a release APK:
flutter build apk --release
- To build a release APK: