flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
Point users to two windows setup
or some other way to ease the transition to another window when a user is looking at Android code in a Flutter project
This refers to the Android Studio default new project menu, which is all Android project options (like wearable vs. mobile apps). If there is still code for this then delete.
In pubspec.yaml, Ctrl/Cmd+Click on the version (e.g. dio: 5.9.0) should open https://pub.dev/packages/dio/versions/5.9.0
I originally filled a report with Android Studio: [https://issuetracker.google.com/issues/443795727](url) , This was marked as 'Won't fix'. They suggested filing will the flutter team. Hence this report. The hang occurs in...
**Version information** IntelliJ IDEA 2025.2.1 • Flutter plugin io.flutter 87.1 • Dart plugin 252.25557.23 Flutter 3.32.1 • channel [user-branch] • unknown source Framework • revision b25305a883 (4 months ago) •...
In HTML there is a shortcut for “Unwrap/Remove...” for removing HTML tags. This would be a really useful feature for removing widgets in Flutter. Instead of using the option “Remove...
The `LocalInspectionTool`s in the Flutter and Dart IntelliJ plugins have been causing more headache and possible performance issues than they have been worth, see https://github.com/flutter/flutter-intellij/issues/7623 for some context. This feature...
First file gets executed successfully, but additional test files all fail with "Unable to start the app on the device." Running other test files one by one individually works just...
I was running the app on another device. A tab with an empty name was shown in the inspector, and it corresponds to the newly launched instance. ```console [✓] Flutter...