An open API service indexing awesome lists of open source software.

https://github.com/probablyclem/dart_pokedex


https://github.com/probablyclem/dart_pokedex

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Pokedex
Implement a Pokedex using the PokeAPI.
The Pokedex should be able to display a list of Pokemon and their details.
The Pokedex should also be able to filter the list of Pokemon by type.

## Features
- Display a list of Pokemon
- Display details of a Pokemon
- Filter the list of Pokemon by name
- Cache the list of Pokemon
- Animations
- Gesture support (swipe to navigate beetwen Pokemons)
- Charts (Pokemon stats)