How do you use two versions of flutter?
Add path to flutter sdks as below:
Read moreWhere should I put my Flutter SDK?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read moreHow do I downgrade my SDK 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 moreHow do I add to the Path environment variable in flutter?
If you wish to run Flutter commands in the regular Windows console, take these steps to add Flutter to the PATH environment variable:
Read more