I currently have flutter 3.3.5 and I’m trying to upgrade it to 3.7.11 but the problem is I don’t think there’s a way to upgrade to a specific version.
So instead I upgrade to 3.10.5 and try to downgrade the version to the 3.7.11
Im using
flutter downgrade v3.7.11
to downgrade it to a specific version, but everytime it will ask me "Downgrade flutter to version 3.3.5"
I can’t find a way to achieve my purpose. Please help
3
Answers
You can set the path of Flutter in
~/.zshrc
file. Whatever Flutter version you set in~/.zshrc
that will be your Flutter version on your system.Hope it helps.
flutter downgrade (example: flutter downgrade v3.7.11)
You can install and control multiple flutter versions through Flutter Version Management (FVM) :
https://fvm.app/