Skip to content

open-ci-io/flutter-setup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

flutter-setup

Install and set up Flutter SDK for OpenCI workflows.

Usage

steps:
  - uses: open-ci-io/flutter-setup@v1
    with:
      flutter-version: "3.29.2"

Inputs

Input Description Default
flutter-version Flutter version to install (e.g. 3.29.2, stable, beta) stable
channel Flutter channel: stable, beta, or master stable

What it does

  1. Checks if Flutter is already installed
  2. Clones the Flutter SDK (if not installed)
  3. Adds Flutter to PATH
  4. Runs flutter doctor -v
  5. Disables analytics

License

MIT

About

OpenCI Action: Install and set up Flutter SDK

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors