skip to Main Content

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


  1. 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.

    Login or Signup to reply.
  2. flutter downgrade (example: flutter downgrade v3.7.11)

    Login or Signup to reply.
  3. You can install and control multiple flutter versions through Flutter Version Management (FVM) :

    https://fvm.app/

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search