Alif Rachmawadi 92aef196ec updated metadata
2019-08-14 05:45:22 +07:00
2019-08-13 19:01:25 +07:00
2019-08-13 17:11:30 +07:00
2019-08-13 19:01:25 +07:00
2019-08-13 18:29:11 +07:00
2019-08-13 18:52:19 +07:00
2019-08-13 19:01:25 +07:00
2019-08-13 17:11:30 +07:00
2019-08-13 17:11:30 +07:00
2019-08-14 05:45:22 +07:00
2019-08-13 17:11:30 +07:00
2019-08-13 17:11:30 +07:00
2019-08-13 17:46:10 +07:00
2019-08-13 19:01:25 +07:00
2019-08-13 17:11:30 +07:00

flutter-action

This action sets up a flutter environment for use in actions.

Usage

steps:
- uses: actions/checkout@latest
- uses: actions/setup-java@v1
  with:
    version: '8.x'
- uses: subosito/flutter-action@master
  with:
    version: '1.7.8+hotfix.4'
- run: flutter build apk
Description
No description provided
Readme 1.4 MiB
Languages
Shell 100%