Setup Flutter Action
Version updated for https://github.com/devoncarew/setup-flutter-action to version v1.0.1.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Setup Flutter Action is a GitHub Action designed to automate the installation and setup of the Flutter SDK in CI/CD workflows. It resolves and installs specific Flutter versions or channels (e.g., stable, beta) and configures the environment by adding necessary tools like flutter and dart to the system PATH. This action simplifies the process of setting up Flutter for automated builds, testing, and deployment, saving time and ensuring consistency across workflow runs.
Release notes
- Update dependencies to the latest and recompile the action.