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

Bug Description: When running a Flutter application on multiple devices in Android Studio, the "group actions" (Run All, Stop All, Hot Reload All, Hot Restart All) work as expected as...

topic-debugging
P3

Starting last night my main Flutter project would not open and gets stuck loading forever when opening from the JetBrains toolbox. I uninstalled both flutter and dart from intellij. This...

P2
reproduce-to-verify

The following example breaks navigation in intellij (cmd + click on _someFunction) ```dart int _someFunction((int a, int b) Function(int) cb) { final (a, b) = cb(10); return a + b;...

dependency: dart plugin
topic-editing
P2

## What happened While opening an existing Flutter project located at `E:\vknowyn`, Android Studio threw an exception and failed to retrieve Flutter SDK information. The project did not load properly....

topic-getting-started
P2

A tracking issue for removing logic that depends on reflection to support conditional compilation. - [x] https://github.com/flutter/flutter-intellij/pull/8353 - [x] https://github.com/flutter/flutter-intellij/pull/8354

code-health
P2

While reading about plugin structure as part of decisions around dart plugin, we decided to reorganize the flutter plugin as well (mostly from @jwren). The goal is to make plugin...

infra
P1

Hello I have Flutter project in Android studio. Android Studio Customize Main Toolbar has Sync Project with Gradle Files. Issue: The elephant icon does not appear in the actual toolbar....

platform-android-studio
P2

Flutter plugin сan't install on Android studio. But in visual studio code workinkg. How fix? May be Android studio have config files? Linux platform Have message after strating also: Plugin...

P3

Search "Provision tool" in our CONTRIBUTING.md - this uses `bin/plugin test` but I'm not sure what it's used for and whether we still need it.

infra
P2

We are calling `bin/plugin lint` for the CHECK_BOT, and this seems to ensure that we aren't using certain Java libraries. Do we still need this? Is there a different way...

infra
P2