flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Flutter Plugin for IntelliJ

Results 526 flutter-intellij issues
Sort by recently updated
recently updated
newest added

## 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...

P1

## 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 •...

P1
topic-daily-work

## 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...

P2
good-first-issue

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...

P2

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)...

dependency: dart plugin
P2

## 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...

P2

## 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...

topic-editing
P2
reproduce-to-verify

## 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"...

topic-debugging
⌺‬ platform-ios
platform-android-studio
P2
reproduce-to-verify

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`...

P2
analytics