Skip to content
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

Support for FVM #307

Closed
martyfuhry opened this issue May 7, 2024 · 2 comments
Closed

Support for FVM #307

martyfuhry opened this issue May 7, 2024 · 2 comments

Comments

@martyfuhry
Copy link

Our project uses fvm for version management. I wonder if you have any guidance for setting up flutter-action to use the version of Flutter configured by the .fvmrc file. An example file is:

{
  "flutter": "3.19.1",
  "flavors": {
    "development": "beta",
    "production": "3.19.1"
  },
  "updateVscodeSettings": true,
  "updateGitIgnore": true,
  "runPubGetOnSdkChanges": true
}

Can I simply read the flutter key from this file into the flutter-version: parameter? Maybe you have built-in support?

Thank you!

@kuhnroyal
Copy link
Contributor

Duplicate of #296

You can also check if https://github.com/kuhnroyal/flutter-fvm-config-action works for you

@martyfuhry
Copy link
Author

Gah! Sorry for the duplicate. Github search was bugged and showed me 0 results for the query "fvm".

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants