# flutter_pokedex **Repository Path**: hernan/flutter_pokedex ## Basic Information - **Project Name**: flutter_pokedex - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-30 - **Last Updated**: 2024-08-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).