flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
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...
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...
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;...
## 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....
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
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...
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....
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...
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.
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...