flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
## Steps to Reproduce _MacOS Sonoma 14.0, MacBook Pro on M1 chip._ When configuring IntelliJ IDEA Community Edition to show previews of custom icon fonts, it works perfectly and shows...
## What happened I'm seeing this when I was opening Flutter projects. ## Version information IntelliJ IDEA `2025.2.2` • Flutter plugin `io.flutter 88.0.0` • Dart plugin `252.25557.23` Flutter 3.32.8 •...
## What happened The exception was thrown when I was opening a project. ## Version information (`SNAPSHOT` indicates that I'm running with a local build on the main branch.) IntelliJ...
Now that web-server is fully supported with hot reload as well as a web-dev config file, we should include that in the menu item for the run targets. Currently it...
Try to create this code: ``` StreamSubscription? subscription; subscription?.cancel(); ``` You will see this hint: `Missing an 'await' for the 'Future' computed by this expression.` So you hit Option+Enter (MacOS)...
## Issue ### On Android Studio Code suggestion when on const widget: Code suggestion when we remove the const: ### On Visual Code Code suggestion when on const widget: Code...
## Steps to Reproduce Moving files to other directories (especially files that has generated parts - .g.dart`) often fails. It's either incorrect imports or "Move File Exception" with the message...
## Steps to Reproduce On Android Studio, when building and launching a Flutter project targeting an iOS simulator, with a default Flutter configuration setup that contains only the "Dart entrypoint"...
Tracking issue for adding analytics gathering to our contributed actions. - [x] `AttachDebuggerAction` (https://github.com/flutter/flutter-intellij/pull/8597) - [x] `DeviceSelectorAction` (https://github.com/flutter/flutter-intellij/pull/8606) - [x] `DeviceSelectorRefresherAction` (https://github.com/flutter/flutter-intellij/pull/8606) - [ ] `ExtractWidgetAction` - [ ] `FlutterAppAction`...