How to check the Installed Flutter Version on Your Computer
Last updated Nov 05, 2023As a beginner as of us don't know how to install flutter and what is the installed version of your computer. If you have already installed to Flutter in your machine then learn how to upgrade flutter latest version
As we know any programming language always keeps update versions by adding new features, similarly flutter and dart also will keep update their programming features.
Current latest flutter version is 3.13 which was launched on 26th October 2023 .
Let say we have installed flutter and how could we check what is the version installed in your computer.
We can easily Check which Flutter Dart Version is Installed in our Computer by executing a simple command in our command prompt or Terminal window
Step 1: Open your Command Prompt or Terminal window
Step 2: If you already set the flutter path in your environment variable then directly type below command other wise open command prompt with your project specific location path and type below command
flutter --version |
Step 3: Now enter you will see the installed version of flutter and dart version on the screen
Article Contributed By :
|
|
|
|
2539 Views |