flutter-intellij icon indicating copy to clipboard operation
flutter-intellij copied to clipboard

Flutter Plugin for IntelliJ

Results 458 flutter-intellij issues
Sort by recently updated
recently updated
newest added

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 I am creating a plugin but...

Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened Went to execute a Flutter Test run configuration ## Version information IntelliJ IDEA `2024.2.0.1` • Flutter plugin `io.flutter 81.1.3`...

I am not sure where to Address this, so I start here, and you may decide where it should belong Android Studio or Flutter. In Flutter on Android Studio, you...

All the way back in 2020, I logged this issue about right clicking on the lib folder in Android Studio and having "new package" instead of "new folder". Apparently, it...

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...

## Steps to Reproduce 1. Open Android Studio 2. Locate the new DevTools window (or add the icon from the three-point menu) 3. Try to start DevTools 4. The window...

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...

ui guide doesn't seem to be working fine in Android studio. It seems to work fine in vscode, but did I miss some setup in Androys studio..? in android studio

Launch Config for VS Code: ``` { "name": "Flutter-web", "request": "launch", "type": "dart", "program": "lib/main.dart", "args": [ "-d", "chrome", "--web-port", "55586", "--web-browser-flag=--disable-web-security" ] }, ``` Launch Config for Android Studio:...