Zilaid
Zilaid

Reputation: 583

How to downgrade flutter version for only one project

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?

Upvotes: 0

Views: 306

Answers (1)

Leonardo Rosa
Leonardo Rosa

Reputation: 178

You can look at the FVM package.

https://fvm.app/

Upvotes: 1

Related Questions