https://github.com/dofire/flutter-pokedex
https://github.com/dofire/flutter-pokedex
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dofire/flutter-pokedex
- Owner: dofire
- License: other
- Created: 2023-11-05T10:32:26.000Z (over 1 year ago)
- Default Branch: custom
- Last Pushed: 2023-11-05T10:34:30.000Z (over 1 year ago)
- Last Synced: 2025-02-10T07:26:18.126Z (3 months 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
[](https://github.com/Solido/awesome-flutter)
[](https://codemagic.io/apps/5d3727997dee22001bb7681c/5d3727997dee22001bb7681b/latest_build)
[](LICENSE)
[](LICENSE)Pokedex app built with Flutter
## App preview








")## Video demo
[](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).