Flutter
A Github action for the flutter CLI
Install / Use
/learn @steebchen/FlutterREADME
Github Action for Flutter CLI
This action provides flutter for Github Actions.
NOTE – THIS REPOSITORY IS ARCHIVED
Please use https://github.com/subosito/flutter-action instead, which is actively maintained and has more features.
Usage examples
This example first fetches the dependencies with flutter pub get and then
builds an apk and runs the flutter tests in parallel.
.github/workflows/main.yml
on: push
name: build and test app
jobs:
build:
name: install dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
uses: steebchen/flutter@v1.1.0
with:
args: pub get
- name: run tests
uses: steebchen/flutter@v1.1.0
with:
args: test
- name: build apk
uses: steebchen/flutter@v1.1.0
with:
args: build apk --release
Related Skills
tmux
346.8kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
diffs
346.8kUse the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.
terraform-provider-genesyscloud
Terraform Provider Genesyscloud
blogwatcher
346.8kMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
