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

[BUG] fvm depends on outdated dart-sdk version #827

Open
AMDphreak opened this issue Feb 25, 2025 · 1 comment
Open

[BUG] fvm depends on outdated dart-sdk version #827

AMDphreak opened this issue Feb 25, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@AMDphreak
Copy link

AMDphreak commented Feb 25, 2025

Installing fvm in chocolatey downgrades dart-sdk to version 3.4.1. Current version is 3.7.0. This is a significant jump in version. I intend to develop software, but I do not want to use 3.4.1 in my projects.

I manage chocolatey through UniGetUI. I do not believe it is a bug in UniGetUI or chocolatey.

Chocolatey's error messages incorrectly state dart-sdk 3.4.1 is newer than 3.7.0; however, I don't believe this is a logic error, as choco upgrade dart-sdk correctly identifies 3.7.0 as an upgrade to 3.4.1, so there's something fishy about the error messages, not the package versioning. Someone may wish to report this bug to chocolatey...orrrr, you guys can move over to Winget, as I suggest here: #826

@tranhuudang
Copy link

If you want to use dart 3.7.0, you can just simply use fvm to switch to the latest version of flutter sdk (3.29.0), it come with dart 3.7.0. I see no problem using it this way in my projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants