11 C
New York
Saturday, December 9, 2023

Install Flutter and Dart plugins in Android Studio

This article shows you how to install Flutter and Dart plugins in Android Studio (you’ll see warnings when running flutter docker if these plugins haven’t been installed yet).

1. Open your Android Studio, click Configure, and select Plugins from the drop-down:Advertisements

2. Type “flutter” into the search box then install the one published by flutter.dev (it’s usually listed on the top of the results):

3. A dialog shows up and asks you to install the Dart plugin. Click on the Install button to continue:

4. Last but not least, restart your Android Studio by clicking on the Restart IDE button:

Further reading:

You can also take a tour around our Flutter topic page and Dart topic page to see the latest tutorials and examples.

Advertisements

Related Articles

Latest Articles