A simple Pokemon App created using Flutter and Dart and using API from PokeAPI.
- Find pokemon by name
- Show random pokemon info
- Clone the repo
git clone https://github.com/freerunningpanda/pokemon_app.git
- Install all the packages by typing the following command
flutter pub get
- Run the App