https://github.com/probablyclem/dart_pokedex
https://github.com/probablyclem/dart_pokedex
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/probablyclem/dart_pokedex
- Owner: ProbablyClem
- Created: 2024-01-09T10:55:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-16T07:41:27.000Z (over 2 years ago)
- Last Synced: 2025-01-29T05:28:24.885Z (over 1 year ago)
- Language: Dart
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)