mirror of
https://github.com/subosito/flutter-action.git
synced 2026-07-15 09:12:41 +02:00
6ed32f0e5aa6fd473021564bb0294aac28a6ffae
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
Languages
Shell
100%