-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install detected Flutter version directly #24
Comments
Found another action that does this here (but with non existing docs): https://github.com/Atsumi3/actions-setup-fvm |
Hey Lukas, great idea, never thought of it this way. |
For sure! That's what major versions are there for 😃 |
What are your thoughts about a new input vs separate actions? For now I havethis. - uses: kuhnroyal/flutter-fvm-config-action@v2
with:
# The setup flag will default to true in the next major version (v3)
setup: true |
A well explained input sounds like a good idea :) |
This is now implemented in v2.3 via an input and in v3 additionally via 2 separate sub actions. |
An enhancement proposal that would simplify it a lot for the users of this actions is to install the set fvm flutter version directly, instead of just reading out the config.
Similarly to how asdf does it: https://github.com/asdf-vm/actions
The text was updated successfully, but these errors were encountered: