#Flutter How to handle multiple versions of Flutter in windows

·

1 min read

Table of contents

No heading

No headings in the article.

Recently, I faced a problem in my workflow that my current flutter version is not compatible with some dependencies, so the solution is I have to downgrade my flutter SDK.

But downgrading is also not simple, however, there is a command for a downgrade but it has its own limitations like can downgrade only till the last stable version.

So the solution I choose for that is to Install multiple different SDKs in my system.

image.png

and put them in my environment variable path
image.png

after that, you can use an android studio or IntelliJ id to switch between your preferred SDK version.

image.png