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.
Asked
Active
Viewed 560 times
-2
-
Well, one option would be to uninstall Flutter 2, then install whatever previous version you'd like. – AKX Apr 20 '21 at 17:54
-
how do i do that. I use windows and VS Code – Hrishabh Kumar Apr 20 '21 at 17:56
2 Answers
0
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

adrsh23
- 210
- 2
- 10
-
-
It was released on 27 Jan 2020, you can use 1.22.6 it was the last released before the 2.0 release – adrsh23 Apr 21 '21 at 05:27
0
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

SinaMN75
- 6,742
- 5
- 28
- 56