A pokedex app in flutter with clean architecture and BLOC. It just have simple information about pokemon, and I wanted to create more features in it, like search pokemon according regions, search for items and more info about pokemons.
https://www.youtube.com/watch?v=KhIUIM5bFjY
- Download project
- Install flutter
- Run
flutter pub
get to get the packages - Run
flutter run -d "device name"
and that's it!- You can test on desktop (windows, macOs, Linux) and on mobile (android, ios)
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.