How to install Flutter with IntelliJ

2. Open Android Studio and go to File >> Settings >> Plugins >> Marketplace

3. Install the plugins “Flutter”, “Dart” and “Flutter Intl”

5. Move the downloaded .zip file to the path “C:\Users\Public” (you can also use another path if you want) and unzip it there

If you can’t unzip the file, download WinRAR and install it. After that you can unzip the file with WinRAR.

6. Open the CMD (with admin rights) and paste this text there:

setx /M path "%path%;C:\Users\Public\flutter\bin"

and press enter

7. Open Android Studio