Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dofire/flutter-pokedex
https://github.com/dofire/flutter-pokedex
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dofire/flutter-pokedex
- Owner: dofire
- License: other
- Created: 2023-11-05T10:32:26.000Z (about 1 year ago)
- Default Branch: custom
- Last Pushed: 2023-11-05T10:34:30.000Z (about 1 year ago)
- Last Synced: 2024-12-03T10:42:41.040Z (about 1 month ago)
- Language: Dart
- Size: 9.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Pokedex
[![Awesome Flutter](https://img.shields.io/badge/Awesome-Flutter-blue.svg)](https://github.com/Solido/awesome-flutter)
[![Codemagic build status](https://api.codemagic.io/apps/5d3727997dee22001bb7681c/5d3727997dee22001bb7681b/status_badge.svg)](https://codemagic.io/apps/5d3727997dee22001bb7681c/5d3727997dee22001bb7681b/latest_build)
[![License](https://img.shields.io/badge/License-Apache%202.0-red.svg)](LICENSE)
[![License](https://img.shields.io/badge/License-MIT-red.svg)](LICENSE)Pokedex app built with Flutter
## App preview
![Home](screenshots/home.png "Home")
![News](screenshots/home-news.png "News")
![Pokedex](screenshots/pokedex.png "Pokedex")
![Pokedex FAB](screenshots/pokedex-fab.png "Pokedex FAB")
![Pokedex Generation](screenshots/pokedex-fab-generation.png "Pokedex Generation")
![Pokemon Info - About](screenshots/pokemon-info-about.png "Pokemon Info - About")
![Pokemon Info - Base Stats](screenshots/pokemon-info-base-stats.png "Pokemon Info - Base Stats")
![Pokemon Info - Evolution](screenshots/pokemon-info-evolution.png "Pokemon Info - Evolution")
![Pokemon Info - Base Stats (Expanded)](screenshots/pokemon-info-expanded.png "Pokemon Info - Base Stats (Expanded)")## Video demo
[![Demo](screenshots/thumbnail.png)](https://www.youtube.com/watch?v=qKrFWerjoV8)## Installation
- Add [Flutter](https://flutter.dev/docs/get-started/install) to your machine
- Open this project folder with Terminal/CMD and run `flutter packages get`
- Run `flutter run` to build and run the debug app on your emulator/phone
## Todos
- [x] Home
- [x] Home - Apply Sliver effect in home screen
- [x] Pokedex
- [x] Pokedex - FAB
- [x] Pokedex - Add FAB animation
- [ ] Pokedex - Add grid loading animation
- [x] Pokedex - Add more Pokemons by [balvinderz](https://github.com/balvinderz)
- [x] Pokedex - Add load more
- [x] Pokemon Info
- [x] Pokemon Info - About
- [x] Pokemon Info - Base Stats
- [x] Pokemon Info - Evolution
- [ ] Pokemon Info - Moves (no design)
- [x] Pokemon Info - Make tab area expandable
- [x] Pokemon Info - Add animations
- [x] Pokemon Info - Add more Pokemons by [balvinderz](https://github.com/balvinderz)
- [ ] Pokemon Info - Add missing data in About tab
- [x] Pokemon Info - Add Base Stats data by [balvinderz](https://github.com/balvinderz)
- [x] Pokemon Info - Add Evolution data by [balvinderz](https://github.com/balvinderz)## Thanks
- [Saepul Nahwan](https://dribbble.com/saepulnahwan23) for his [Pokedex App design](https://dribbble.com/shots/6545819-Pokedex-App)
- [Sabri Bey](https://www.deviantart.com/sabribey) for the Pikachu gif
- [Flutter](https://flutter.dev) for the great cross platform framework## License
All the code available under the MIT + Apache 2.0. licenses. See [LICENSE](LICENSE).