How To Check The Install Version Of Flutter Android App

admin_img Posted By Bajarangi soft , Posted On 05-11-2020

As beginner flutter developer most of us don’t know some basics of flutter programming. One of the is knowing your current Flutter and Dart version. Because flutter keeps upgrading to new and stable versions. At the time of writing this post on Date of 14th April 2020 flutter has launched its 1.12.13 + hotfix.9 version as Stable without any errors. The current dart version is 2.7.2 yet. You can easily know Check Which Flutter Dart Version is Installed in Your Computer by typing a simple command in your command prompt or Terminal screen.

How To Check The Install Version Of Flutter Android App

Check Which Flutter Dart Version is Installed in Your Computer

1. Open your flutter project root directory in Command Prompt or Terminal and type flutter --version command.
2.  After typing the above command hit enter and You’ll see it will display us the currently installed flutter and Dart version in your computer and also tells us which version type we have installed like Stable or Beta.

 

Related Post