A Pokémon fan application built with Flutter, powered by the PokéAPI.
This project demonstrates how to consume REST APIs in Flutter while showcasing clean UI and structured data management.
- 📖 Pokédex – Browse and explore detailed Pokémon information
- 🌀 Types – View Pokémon types with strengths and weaknesses
- 🎒 Items – Discover Pokémon items and their effects
- ⚔️ Moves – Explore Pokémon moves with stats and descriptions
- 💡 Abilities – Learn about unique Pokémon abilities
- 🌍 Regions – Navigate through Pokémon regions
- Flutter – Cross-platform app development
- Dart – Programming language for Flutter
- PokéAPI – Open-source Pokémon RESTful API
- Flutter SDK installed
- A code editor (VS Code / Android Studio recommended)
# Clone the repository
git clone https://github.com/SurajLad/PokeDex-App.git
# Navigate into the project
cd PokeDex-App
# Install dependencies
flutter pub get
# Run the app
flutter run
- Saepul Nahwane - UI Inspired from here.
- FlatIcons & FreePik - For graphics



