setup-fvm
Version updated for https://github.com/chika3742/setup-fvm to version v3.1.1.
- This action is used across all versions by 3 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, setup-fvm, automates the setup of the Flutter SDK using FVM (Flutter Version Management) and provides caching for the Flutter SDK and Pub packages. It simplifies the process of managing Flutter versions and dependencies in CI/CD workflows, ensuring consistent environments and faster builds by caching resources.
Release notes
Changes
- Use Node.js 24 runtime
- Change the SDK installation command from
fvm usetofvm install(no behavior changes)