Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcossevilla/pokedex_starter
Starter code for Pokédex sample for Flutter DSCode #3 workshop
https://github.com/marcossevilla/pokedex_starter
api dart flutter pokeapi pokeapi-pokedex pokemon
Last synced: 25 days ago
JSON representation
Starter code for Pokédex sample for Flutter DSCode #3 workshop
- Host: GitHub
- URL: https://github.com/marcossevilla/pokedex_starter
- Owner: marcossevilla
- Created: 2020-09-04T05:19:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T04:48:11.000Z (over 4 years ago)
- Last Synced: 2024-10-19T00:19:54.201Z (3 months ago)
- Topics: api, dart, flutter, pokeapi, pokeapi-pokedex, pokemon
- Language: Dart
- Homepage: https://bit.ly/34jpmjF
- Size: 207 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokédex Starter
Starter code for Pokédex sample for Flutter DSCode #3 workshop by DSC University of Melbourne.
## Getting Started
This project is a starting point for a Flutter application.
You need to run:
```sh
flutter pub get
```in order to get this project's packages.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.