How do I find the version of Flutter I have installed on my computer?
Checking Flutter SDK Version and Channel You'll see something like below in your terminal window: Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 2.10. 3, on macOS 12.1 21C52 darwin-x64, locale en) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.
To check if you have Dart installed already, use the which dart command (on MacOS). Otherwise, install the SDK using the instructions for your machines operating system.
use the following command
flutter --version
Version:
flutter --version
SDK location:
where flutter
Detailed information:
flutter doctor -v
Upgrade
flutter upgrade
Change channel to, say beta
flutter channel beta flutter upgrade
Version:
dart --version
SDK location:
where dart
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With