Home > OS >  Not possible downgrade to Flutter 1.22.6
Not possible downgrade to Flutter 1.22.6

Time:12-24

I am trying to downgrade my Flutter version to 1.22.6

I am using Flutter channel stable.

This is the output when I put in the terminal the command

flutter downgrade 1.22.6

There is no previously recorded version for channel "stable"

Yesterday was the last time I could downgrade to Flutter 1.22.6

Are there any changes in Flutter lastly?

Version 1.22.6 is listed in https://docs.flutter.dev/development/tools/sdk/releases?tab=macos

Should I download the SDK by hand?

CodePudding user response:

It's no more possible to downgrade from flutter 2.xx to 1.xx. However you can use flutter Version Manager fvm its specifically made to control flutter versions plus along with that you can install flutter sidekick as well.Use multiple versions of flutter specific for your projects I am attaching link for you.
FVM Flutter Sidekick

  • Related