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

Flutter Plugin for IntelliJ

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

## What happened I tried to open the application I'm developing in debug mode in IntelliJ. ## Version information IntelliJ IDEA `2024.2.3` • Flutter plugin `io.flutter 82.0.3` • Dart plugin...

bug
P0

## Steps to Reproduce 1. Open some folders in the `lib` folder structure. 2. Restart Android Studio. 3. The folders will be displayed closed. Previously, the open-closed state of the...

## Steps to Reproduce _Please tell us what you were doing and what went wrong_ 1. Having my chrome instance open. 2. Switching branches. 3. The instance doesn't hot reload...

After updating to latest version, cannot build flutter project because of Execution failed for task ':charset_converter:compileDebugKotlin'. > Inconsistent JVM-target compatibility detected for tasks 'compileDebugJavaWithJavac' (17) and 'compileDebugKotlin' (21). If i...

Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened (please describe what you were doing when this exception occurred) ## Version information Android Studio `Hedgehog | 2023.1.1 Patch...

Multiple tabs per tool window will appear if there are multiple apps running. This is appropriate for the inspector tool window since each app running could have different widget trees....

This registers a response from IJ to `Editor.navigateToCode` requests. The goal is to be able to have bi-directional communication with DevTools during these navigate events so that DevTools can verify...

Scope: https://github.com/flutter/tools_metadata - [x] The periodic action has been disabled for a while. I enabled it but we can allow the workflow to be triggered manually. https://github.com/flutter/tools_metadata/pull/37 - [x] The...

Hi, how change DEFAULT_DOMAIN to new value and save it I write all my domain app like com.mycompany. how change and save default DEFAULT_DOMAIN value Unfortunately every time I need...

As part of supporting the Dart Tooling Daemon integration, IDEs need to provide the DTD URI to the Analysis Server. Here is the commit passing the DTD URI to the...