Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArizArmeidi/FlutterDex
A simple PokeDex App with Modern UI created using Flutter and Dart and using API from PokeApi.
https://github.com/ArizArmeidi/FlutterDex
dart flutter flutter-apps flutter-examples flutter-ui pokeapi pokedex pokemon
Last synced: 3 months ago
JSON representation
A simple PokeDex App with Modern UI created using Flutter and Dart and using API from PokeApi.
- Host: GitHub
- URL: https://github.com/ArizArmeidi/FlutterDex
- Owner: ArizArmeidi
- License: mit
- Created: 2021-03-03T10:25:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T10:28:12.000Z (almost 2 years ago)
- Last Synced: 2024-06-22T13:44:25.785Z (5 months ago)
- Topics: dart, flutter, flutter-apps, flutter-examples, flutter-ui, pokeapi, pokedex, pokemon
- Language: Dart
- Homepage:
- Size: 366 KB
- Stars: 59
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-source-flutter-apps - FlutterDex - a Simple Pokedex app built with API from [PokeAPI](https://pokeapi.co/) by [Ariz Armeidi](https://github.com/ArizArmeidi). (Uncategorized / Uncategorized)
README
FlutterDex
# FlutterDex
A simple PokeDex App created using [Flutter](https://flutter.dev/) and [Dart](https://dart.dev/) and using API from [PokeApi](https://pokeapi.co/).
UI Design inspired by :
- [Home Screen](https://www.pinterest.com/pin/133982157654115616/)
- [Pokedex iOS App](https://dribbble.com/shots/4862523-Pokedex-iOS-app-Squirtle) - by [Daniel Motta](https://dribbble.com/DanielMots)## Features
- Search Pokemon by their Id or Name
- Randomized Pokemon on the Home Screen
- Pokemon About Info
- Pokemon Stats Info
- Pokemon Moves Info## How to Run
1. Clone the repo
```sh
git clone https://github.com/ArizArmeidi/FlutterDex.git
```
2. Install all the packages by typing the following command
```sh
flutter pub get
```
3. Run the App## Contact
- [Ariz Armeidi](https://github.com/ArizArmeidi/) | [Twitter](https://twitter.com/ArizArmeidi) | [Instagram](https://www.instagram.com/ariz.armeidi/)
- If you find the content of this repository useful and you have some extra money, you can donate to me through [PayPal](https://www.paypal.com/paypalme/arizarmeidi)## License
Distributed under the MIT License. See `LICENSE` for more information.