by @kodeazy

How to check flutter is installed or not in my windows?

Home » flutter » How to check flutter is installed or not in my windows?
  • By checking the version of flutter we can identify flutter is installed or not.
  • Below is the syntax.

    flutter --version
  • Open the command prompt and try executing the above command as below screenshot.

TestNg