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

https://docs.gradle.org/current/userguide/gradle_wrapper.html#wrapper_checksum_verification It seems there should be a way to add this as a github action to PRs and it's probably not an expensive check.

infra
P2

### Steps to reproduce If you have a folder that is a symbolic link you can not set a breakpoint that stops when you run debug mode the red break...

topic-debugging
⌘‬ platform-mac
P2

As discussed with @danrubel It would help during widget discovery if the nice graphics from here: https://flutter.io/widgets/ could be placed by the side of their classed during code completion. As...

topic-editing

To reproduce: - create a new Flutter project - change the Flutter SDK to a different location - Project Structure->Libraries->Flutter for Android The location of flutter.jar should be changed to...

▣ platform-android

Provide an obvious (for someone who already has experience with intellij) way to enable the flutter plug-in for an existing Flutter project that was not created through Intellij or that...

topic-getting-started

Setting a breakpoint in Java code and running the Flutter app in debug mode will not stop at the breakpoint. To reproduce: - create a new Flutter app - Add...

▣ platform-android