https://github.com/hungps/flutter_pokedex
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
https://github.com/hungps/flutter_pokedex
clean-architecture clean-code flutter flutter-apps flutter-demo flutter-examples flutter-ui pokedex pokemon-info
Last synced: 11 days ago
JSON representation
Pokedex app built with Flutter (with lots of animations) using Clean Architecture
- Host: GitHub
- URL: https://github.com/hungps/flutter_pokedex
- Owner: hungps
- License: other
- Created: 2019-07-20T14:08:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-14T09:57:52.000Z (4 months ago)
- Last Synced: 2025-01-14T00:02:04.735Z (3 months ago)
- Topics: clean-architecture, clean-code, flutter, flutter-apps, flutter-demo, flutter-examples, flutter-ui, pokedex, pokemon-info
- Language: Dart
- Homepage: https://hungps.com
- Size: 10.1 MB
- Stars: 2,402
- Watchers: 43
- Forks: 570
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- fucking-open-source-ios-apps - Flutter Pokedex
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).