Setup Flutter with pub cache
Version updated for https://github.com/Project516/setup-flutter to version v1.0.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-flutter GitHub Action automates the setup of Flutter in CI/CD pipelines by handling three key tasks: installing the latest stable or beta version of Flutter, restoring the pub cache from a local directory, and running flutter pub get. It provides caching for both the Flutter SDK and pub packages to speed up subsequent builds. The action is designed to replace repetitive steps in Flutter CI jobs, making them more efficient and reducing maintenance overhead.
What’s Changed
What’s Changed
- Pin wrapped actions by SHA by @Project516 in https://github.com/Project516/setup-flutter/pull/10
Full Changelog: https://github.com/Project516/setup-flutter/compare/v1.0.2...v1.0.3