Layout used for development, you can access it in FIGMA
- Home Page:
- List of pokémon with their names and numbers
- Pokemon search by name and number
- sort by name and number
- Pokemon Detail Page:
- Listing of pokemon information containing the following data:
- Name
- Number
- Image
- Weight
- Height
- Movements
- Short Description
- Base Status
- Flutter
- Mobx(state management)
- get_it(dependency injection)
- dio(Http request)
- google fonts
First, correctly configure the Flutter development environment on your machine, for that, access the link below Flutter Install
git clone https://github.com/Guysanches/pokedex_app
cd pokedex_app
flutter pub get
flutter run