-2

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 Answers2

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
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