1
0
Fork 0
mirror of https://github.com/subosito/flutter-action.git synced 2024-08-16 10:19:50 +02:00
Find a file
2019-08-13 17:46:10 +07:00
.github/workflows
__tests__ removed unused; added temp dir 2019-08-13 17:23:34 +07:00
lib add helper to extract .tar.xz 2019-08-13 17:46:10 +07:00
node_modules add helper to extract .tar.xz 2019-08-13 17:46:10 +07:00
src add helper to extract .tar.xz 2019-08-13 17:46:10 +07:00
.gitignore
.prettierrc.json
action.yml
jest.config.js
LICENSE
package-lock.json add helper to extract .tar.xz 2019-08-13 17:46:10 +07:00
package.json add helper to extract .tar.xz 2019-08-13 17:46:10 +07:00
README.md
tsconfig.json

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: 'v1.7.8+hotfix.4'
- run: flutter build apk