Can we have multiple Flutter SDKs in one machine?

1k Views Asked by At

Can I have multiple flutter SDK versions installed on my machine?

As we know on stable version, flutter web did not release yet. can i have 2 different channels of flutter sdk on my machine one represents flutter stable channel and other represent flutter master channel.

Kindly let me know how to do this because i already have 2 SDK's of flutter and both are in C drive and when i upgrade one SDK, it automatically upgrade other SDK as well. And i do not want it, i want them to be on separate channels.

Thanks.

1

There are 1 best solutions below

0
On

There are multiple ways you can perform this, the latest and most common one is using the Flutter Version Manager.

A simple CLI to manage Flutter SDK versions.

But if you want to manually set up your machine, you can explore this SO post.

See also the following blogs for more info: