How to check the Installed Flutter Version on Your Computer

Last updated Nov 05, 2023

As 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

 

How to check flutter version installed on computer

 

 

Step 3: Now enter you will see the installed version of flutter and dart version on the screen

How to check installed flutter version

 

 

 

Article Contributed By :
https://www.rrtutors.com/site_assets/profile/assets/img/avataaars.svg

1946 Views