Open Android Studio. Click File → Settings → Plugins. Select the Flutter plugin and click Install. Click Yes when prompted to install the Dart plugin .
Read moreIs it necessary to install Android Studio for Flutter?
You don’t specifically need Android Studio , all you need is the Android SDK, download it and set the environment variable to the SDK path for the flutter installation to recognise that.
Read more