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