Skip to main content
added 86 characters in body
Source Link
amorenew
  • 10.9k
  • 10
  • 51
  • 70

Run the following command to see a list of available versions.

flutter version 

Then choose a version you want to switch to by running

flutter version v1.2.1

To undo and revert back to stable

flutter channel stable
flutter upgrade

Run the following command to see a list of available versions.

flutter version 

Then choose a version you want to switch to by running

flutter version v1.2.1

Run the following command to see a list of available versions.

flutter version 

Then choose a version you want to switch to by running

flutter version v1.2.1

To undo and revert back to stable

flutter channel stable
flutter upgrade
added 9 characters in body
Source Link
Graham
  • 5.9k
  • 13
  • 65
  • 96

Run the following command to see a list of available versions.

flutter version 

Then choose a version you want to switch to by running

flutter version v1.2.1

Run following command to see list of available versions.

flutter version 

Then choose a version you want to switch by running

flutter version v1.2.1

Run the following command to see a list of available versions.

flutter version 

Then choose a version you want to switch to by running

flutter version v1.2.1
added 41 characters in body
Source Link
CopsOnRoad
  • 271.2k
  • 97
  • 702
  • 471

This is possible now with flutter version.

In the console do flutter versionRun following command to see list the versionsof available versions.

flutter version 

Then choose a version you want to switch to: flutter version v1.2.1by running

flutter version v1.2.1

This is possible now with flutter version.

In the console do flutter version to list the versions available.

Then choose a version to switch to: flutter version v1.2.1

Run following command to see list of available versions.

flutter version 

Then choose a version you want to switch by running

flutter version v1.2.1
Source Link
Graham
  • 5.9k
  • 13
  • 65
  • 96
Loading