Flutter Plugin for IntelliJ
2,014
stars
3,925
commits
Java
primary language
Sep 10, 2026
updated
An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web.
Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times, without losing state, on emulators, simulators, and hardware for iOS and Android.
A brief summary of the getting started guide:
flutter doctor from the command line to verify your installationPreferences > Plugins on macOS, File > Settings > Plugins on Linux, select "Browse repositories…"Preferences on macOS, File>Settings on Linux, select Languages & Frameworks > Flutter, and set
the path to the root of your flutter repoPlease use our issue tracker for Flutter IntelliJ issues.
Please note the following known issues:
https_proxy variable in your environment as described in the
pub docs.
(See also: #2914.)If you like getting new features as soon as they've been added to the code then you might want to try out the dev channel. It is updated daily with the latest contents from the "main" branch. It has minimal testing. Set up instructions are in the wiki's dev channel page.
These are the versions of Flutter SDK that current and previous Flutter plugins support:
| Flutter SDK version | Flutter plugin version |
|---|---|
| up to v3.7.12 | 83.0.4 and earlier |
| v3.10.0 to v3.10.2 | 85.3.2 and earlier |
| v3.10.3 to v3.10.6 | 86.0.2 and earlier |
| v3.13.0 to v3.13.9 | 88.1.0 and earlier |
| v3.16.0 and above | Currently supported |
Here is more information on the Flutter plugin's support for Flutter SDKs: https://docs.flutter.dev/tools/sdk#sdk-support-for-flutter-developer-tools.
This repository comes with custom configuration and automation skills for AI coding agents (such as Gemini Code Assist / Antigravity).
These skills are located in the .agents/skills/ directory. They are automatically discovered and loaded by agentic workflows when they analyze the workspace.
resources/icons and removing unreferenced assets.com.intellij.util implementations../gradlew verifyPlugin.Tell your AI assistant to run the desired skill (e.g. by typing /code-review or asking "Run the code-review skill on my changes"). The agent will automatically find, load, and follow the instructions in the corresponding SKILL.md file.
(top 30 of 68)
Java
94.3%
Dart
2.6%
Kotlin
2.1%
Flutter Plugin for IntelliJ
2,014
stars
3,925
commits
Java
primary language
Sep 10, 2026
updated
An IntelliJ plugin for Flutter development. Flutter is a multi-platform app SDK to help developers and designers build modern apps for iOS, Android and the web.
Flutter's hot reload helps you quickly and easily experiment, build UIs, add features, and fix bugs faster. Experience sub-second reload times, without losing state, on emulators, simulators, and hardware for iOS and Android.
A brief summary of the getting started guide:
flutter doctor from the command line to verify your installationPreferences > Plugins on macOS, File > Settings > Plugins on Linux, select "Browse repositories…"Preferences on macOS, File>Settings on Linux, select Languages & Frameworks > Flutter, and set
the path to the root of your flutter repoPlease use our issue tracker for Flutter IntelliJ issues.
Please note the following known issues:
https_proxy variable in your environment as described in the
pub docs.
(See also: #2914.)If you like getting new features as soon as they've been added to the code then you might want to try out the dev channel. It is updated daily with the latest contents from the "main" branch. It has minimal testing. Set up instructions are in the wiki's dev channel page.
These are the versions of Flutter SDK that current and previous Flutter plugins support:
| Flutter SDK version | Flutter plugin version |
|---|---|
| up to v3.7.12 | 83.0.4 and earlier |
| v3.10.0 to v3.10.2 | 85.3.2 and earlier |
| v3.10.3 to v3.10.6 | 86.0.2 and earlier |
| v3.13.0 to v3.13.9 | 88.1.0 and earlier |
| v3.16.0 and above | Currently supported |
Here is more information on the Flutter plugin's support for Flutter SDKs: https://docs.flutter.dev/tools/sdk#sdk-support-for-flutter-developer-tools.
This repository comes with custom configuration and automation skills for AI coding agents (such as Gemini Code Assist / Antigravity).
These skills are located in the .agents/skills/ directory. They are automatically discovered and loaded by agentic workflows when they analyze the workspace.
resources/icons and removing unreferenced assets.com.intellij.util implementations../gradlew verifyPlugin.Tell your AI assistant to run the desired skill (e.g. by typing /code-review or asking "Run the code-review skill on my changes"). The agent will automatically find, load, and follow the instructions in the corresponding SKILL.md file.
(top 30 of 68)
Java
94.3%
Dart
2.6%
Kotlin
2.1%