Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pepabo/flutter-hands-on
Sample application developed with Flutter.
https://github.com/pepabo/flutter-hands-on
Last synced: about 1 month ago
JSON representation
Sample application developed with Flutter.
- Host: GitHub
- URL: https://github.com/pepabo/flutter-hands-on
- Owner: pepabo
- Created: 2020-05-25T13:02:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-07T10:10:45.000Z (over 3 years ago)
- Last Synced: 2023-03-24T00:35:26.202Z (almost 2 years ago)
- Language: Dart
- Size: 80.1 KB
- Stars: 8
- Watchers: 7
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_hands_on
Sample Flutter Application.## Getting Started
### Clone
```
$ git clone [email protected]:pepabo/flutter-hands-on.git
```### Put Your Token on `.env`
```
TOKEN='your_access_token'
```You can find your token at [SUZURI Developer](https://suzuri.jp/developer/apps)
### Get Dependencies and Run
```
$ flutter pub get
$ flutter run
```