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 update dart on Mac?
Open one terminal and paste the below command:
Read moreWhich version of flutter do I have?
Stable channel (Windows) Flutter versionArchitectureRelease Date2.10.0×642/3/20222.8.1×6412/16/20212.8.0×6412/8/20212.5.3×6410/15/2021Flutter SDK releases docs.flutter.dev › development › tools › sdk › releases
Read moreHow do I check my Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter. These would be used in tools such as VSCode or Android Studio. Check your echo $PATH to point to the correct folder . Use export PATH=”$PATH:$HOME/flutter/bin” or whatever you need (and you can also include this into your ~/.
Read more