Loading repository data…
Loading repository data…
rasel-093 / repository
A beautiful Pokedex mobile app built with Flutter and Riverpod for learning purposes. It features clean UI, infinite scrolling, and Pokémon data fetched from the PokeAPI.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A simple and visually appealing Pokedex mobile application built using Flutter and Riverpod state management. This project was developed for learning purposes by following an excellent tutorial by Johannes Milke, available on YouTube.
📺 Tutorial Video: Build a Pokedex App with Flutter
flutter_riverpodTo run this app locally, follow these steps:
# Clone the repository
git clone https://github.com/rasel-093/pokedex
cd pokedex
# Install dependencies
flutter pub get
# Run the app
flutter run