Open Android Studio and click on Configure. Then, select Plugins. From the resulting screen, click on Flutter and click on Install. Click on Accept and then Yes to install the Dart plugin.
Read moreWhat is dart tool?
The dart tool ( bin/dart ) is a command-line interface to the Dart SDK . The tool is available no matter how you get the Dart SDK — whether you download the Dart SDK explicitly or download only the Flutter SDK.
Read moreHow do you Flutter SDK?
It provides startup template to create new Flutter application, an option to run and debug Flutter application in the Android studio itself, etc.,
Read more