Setup Flutter with pub cache
Version updated for https://github.com/Project516/setup-flutter to version v1.0.1.
- 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
This GitHub Action sets up Flutter and caches its pub cache, automating the process of installing Flutter, restoring the pub cache, and running flutter pub get. It simplifies CI/CD pipelines by reducing repetitive setup steps, especially when dealing with different versions or channels of Flutter.
What’s Changed
What’s Changed
- fix(cache): resolve pub cache path from PUB_CACHE for cross-OS runners by @cappy-dev in https://github.com/Project516/setup-flutter/pull/2
- Configure Renovate by @renovate[bot] in https://github.com/Project516/setup-flutter/pull/1
- ci: verify the composite action across runner OSes by @Project516 in https://github.com/Project516/setup-flutter/pull/4
New Contributors
- @cappy-dev made their first contribution in https://github.com/Project516/setup-flutter/pull/2
- @renovate[bot] made their first contribution in https://github.com/Project516/setup-flutter/pull/1
- @Project516 made their first contribution in https://github.com/Project516/setup-flutter/pull/4
Full Changelog: https://github.com/Project516/setup-flutter/compare/v1...v1.0.1