You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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: #826The text was updated successfully, but these errors were encountered: