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

I can only access the Flutter Deep Links tool window, but not any of the other expected tool windows. This is with the new UI. The latest IntelliJ with the...

devtools-integration

## Steps to Reproduce [Quick doc](https://www.jetbrains.com/help/idea/viewing-reference-information.html#inline-quick-documentation) does not serve its purpose. In intellij 2024.1 and later, flutter quickdoc is formatted hardly readeble. Default theme is also been tried, result is...

P3

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce _Please tell us what you were...

When a Flutter app depends on a package with a cocoapods plugin that does not contain support for running on the arm64 version of the iOS simulator, we get an...

This resolves https://github.com/flutter/flutter-intellij/issues/7328

This will require some design and coordination to align the APIs with what VS Code provides. The endpoints should be registered through DTD (related https://github.com/flutter/devtools/issues/7055) Meta tracking issue: https://github.com/flutter/flutter-intellij/issues/7195

P2
devtools-integration

As of https://github.com/flutter/devtools/pull/7710, which was rolled into the Dart SDK in https://dart-review.googlesource.com/c/sdk/+/365620, DevTools expects a new format for setting embedded mode. We will still need to use the legacy query...

devtools-integration

`System.setProperty("studio.projectview", "true");` makes the Project view the default in Android Studio. We might be able to temporarily set it when opening a Flutter project. Need to be careful to not...

## Steps to Reproduce I have Flutter installed and am setting up the Flutter plugin in IntelliJ CE 2017.1. The plugin should be able to detect where Flutter is installed,...

enhancement
topic-getting-started