Search code examples
dartversionflutter

How to check the installed version of Flutter?


How do I find the version of Flutter I have installed on my computer?


Solution

  • use the following command

    flutter --version