Installation and setup
Install and Setup in Android Studio
Follow the Set up an editor instructions to install the Dart and Flutter plugins.
Updating the plugins
Updates to the plugins are shipped on a regular basis. You should be prompted in the IDE when an update is available.
To check for updates manually:
Open preferences (Android Studio > Check for Updates on macOS, Help > Check for Updates on Linux).
If
dart
orflutter
are listed, update them.
Last updated