flutter-action
flutter-action copied to clipboard
Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
I'm trying to get this action to install [email protected] but it won't seem to install anything higher than 3.0.1 on a `macos` VM running the `self-hosted` actions runner. Things I...
In this line: https://github.com/subosito/flutter-action/blob/0c3f14223a08fa950c8a4c00bcfb834e65744135/action.yml#L38 The `flutter-version` passed to the action is appended to the key passed to `actions/cache`, which is okay, except for the fact that the version may be...
If the action was only using `channel: 'stable'` , it would be helpful for the action to print out the version which was installed so the CI logs have that...
Currently, the flutter tools will be saved at `${RUNNER_TEMP}/flutter`. I have an issue when I run the action on **self-hosted runner** and I have multiple projects with different flutter channel...
Link to action: https://github.com/suesitran/interactive_diary/runs/8240806582?check_suite_focus=true Current flutter-action version: 2.6.2 flutter version use: 3.3.1 Output from local machine suesi$ flutter format . --set-exit-if-changed Formatted 71 files (0 changed) in 3.88 seconds. Flutter...
### Summary: I use the `flutter-action` step with the `cache` value set to `true`. In one instance, the cache failed to download on the GitHub hosted runner, so the step...
See https://github.com/dart-lang/setup-dart/pull/57/files for an example file
``` flutter build apk ``` this command return the error. ``` ┌─ Flutter Fix ────────────────────────────────────────────────────────────────────────────────────┐ │ [!] Your project requires a newer version of the Kotlin Gradle plugin. │ │...