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 moreWhat is new in Flutter latest version?
This release adds a set of new features that make it easier to build applications using Flutter and Firebase: All FlutterFire plugins are graduating from beta to stable . New support in DartPad for several Firebase services . New libraries to more easily build UI for authentication and live Firestore queries .8 Ara 2021
Read moreWhat is my flutter version?
Open your flutter project root directory in Command Prompt or Terminal like i did in below screenshot and type flutter –version command .
Read moreHow do I downgrade my version of flutter?
There are several ways to upgrade or downgrade the Flutter SDK version. It can be done by changing the git branch of the Flutter SDK repository , changing the channel, or downloading a specific version from their website. To upgrade to the latest version, you can use the flutter upgrade command.
Read moreWhat is the latest Flutter release?
What’s new
Read more