Flutter CLI has GIT-controlled version management, so it’s easy to switch even with git checkout <tag> command . To see the list of the versions that you can check out just run git tag -l then press q to quit when found the needed.
How do I switch between versions of flutters?
Flutter CLI has GIT-controlled version management, so it’s easy to switch even with git checkout <tag> command . To see the list of the versions that you can check out just run git tag -l then press q to quit when found the needed.