How do I DownGrade Flutter Version

646 views Asked by At

I intalled flutter 2.0.4 ,but now i'm facing a lot of problem working with it. I don't know my older version number, but I don't want to flutter 2.0.4. It's really a horrible experience.

2

There are 2 answers

2
adrsh23 On

If you want to downgrade to specific version then use

flutter downgrade <version> (like v.1.0.2)

If you want all the previous versions list

flutter downgrade

After this just run

flutter doctor
0
SinaMN75 On

The easiest way is to download the the version you want and replace the flutter sdk installation folder it with the doownloaded one.

https://flutter.dev/docs/development/tools/sdk/releases?tab=macos https://flutter.dev/docs/development/tools/sdk/releases?tab=windows