Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```