This application allows you to browse through Pokemon records using the public PokeAPI. You can view information about different Pokemon, search for specific ones, and even filter them based on their types. I used GraphQl for accessing PokeAPI and riverpod for state management.
- List Pokemons
- Search and Filter
- Pokemon Details
- Download or Clone the repo
- Install all the packages by typing the following command into your terminal
flutter pub get
- Run tests
flutter test
- Run the App.
flutter run