Install Flutter Plugins#

Android Studio — Install Flutter and Dart plugins#

  • Start Android Studio.

  • Open plugin preferences (Preferences > Plugins on macOS, File > Settings > Plugins on Windows).

  • Select Browse repositories, select the Flutter plugin and click Install.

  • Click Yes when prompted to install the Dart plugin.

  • Click Restart when prompted.

_static/images/flutter_plugins.png

After opening the project in Android studio. Select terminal from bottom, type this command and hit enter.

flutter pub get