0

I'm using the latest flutter version 3.3.3 But my one app is on 2.5.3. I don't want to upgrade it to the latest version because it will take time. I just want my flutter SDK to downgrade to 2.5.3 but only for that project not for the entire machine. If we want to downgrade flutter version we simply write

flutter downgrade v2.5.3

But I only want to downgrade for that project. Anyone know how to do this?

1
  • I think you could install multiple versions of the Flutter SDK and just run the corresponding copy of bin/flutter for the version you want. Commented Oct 16, 2022 at 18:57

1 Answer 1

1

You can look at the FVM package.

https://fvm.app/

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.