You can use the git branch command to see the list of available branches. Each version has its own branch, so you can just checkout to a specific version using git checkout {branchName} command . For example, to change the version to 1.22.
Read moreWhen did Flutter 2 come out?
March 3, 2021 , Flutter Engage Edition: 2.0 release. Flutter 2 is live!!!
Read moreHow do you change the flutter in flutter?
I need to basically revert back to a Flutter SDK which uses Dart 1. x.
Read moreWhat flutter channel should I use?
According to flutter build release channels, a stable version is recommended for all production app releases . if you want to use flutter for production apps then many developers and even google recommend using stable.12 Nis 2021
Read moreHow do you use two versions of flutter?
Add path to flutter sdks as below:
Read moreHow do I update my flutter app to the newest version?
You can surely upgrade your existing app right away with Flutter 2.0.
Read more