Skip to content

Setup FlutterGen

Actions
Set up FlutterGen CLI in your GitHub Actions workflow
v1.0.1
Latest
Star (0)

Tags

 (2)

setup-fluttergen

Install fluttergen command in GitHub Actions.

Usage

- uses: FlutterGen/setup-fluttergen@v1
  with:
    version: 5.6.0

Inputs

Name Description Required Default
version FlutterGen version (optional, will be detected from project root .tool-versions or .mise.toml if not provided) false -
cache Cache FlutterGen CLI false true
cache-key Cache key for FlutterGen CLI false fluttergen-${{ runner.os }}-${{ runner.arch }}-${{ version }}
cache-path Cache path for FlutterGen CLI false ${{ runner.tool_cache }}/.fluttergen

Outputs

Name Description
version Installed FlutterGen version

Setup FlutterGen is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up FlutterGen CLI in your GitHub Actions workflow
v1.0.1
Latest

Tags

 (2)

Setup FlutterGen is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.