Below you will find pages that utilize the taxonomy term “Project516”
August 26, 2026
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.
August 3, 2026
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.