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

## Steps to Reproduce Every time I web app in Edge it will open with a modal dialog: ![image](https://github.com/flutter/flutter-intellij/assets/96032/3b2d9739-f9cb-486e-a255-1391e561d4fc) I've tried adding `--disable-sync` but that only changes popup to: ![image](https://github.com/flutter/flutter-intellij/assets/96032/f5068a5f-bfdb-4a39-8614-fd6f01652725)...

## Steps to Reproduce When I run or debug web version, either with Chrome or Edge there will be long (>10s) wait after this is printed to debug window: ```...

## Steps to Reproduce Every time I run web configuration a new Chrome/Edge profile is created in %TEMP% and never cleaned up, even after exiting Android Studio. Each one uses...

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'm building my first Flutter app...

https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened I clicked "Open for editing in Android studio" ## Version information Android Studio `Hedgehog | 2023.1.1` • Flutter plugin `io.flutter 77.1.2` • Dart plugin `231.9409`...

Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened I was trying to open the android module in separate android-studio window for configuring image assets ## Version information...

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 ``` com.intellij.diagnostic.PluginException: io.flutter.actions.FlutterNewProjectAction PluginClassLoader(plugin=PluginDescriptor(name=Flutter, id=io.flutter, descriptorPath=plugin.xml,...

idea version: #IU-233.11799.300 flutter plugin: 77.0.1 ```kotlin java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc. at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376) at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:101) at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.ensureIsUpToDate(WorkspaceFileIndexDataImpl.kt:130) at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.getFileInfo(WorkspaceFileIndexDataImpl.kt:75) at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.getFileInfo(WorkspaceFileIndexImpl.kt:247) at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.findFileSet(WorkspaceFileIndexImpl.kt:203) at...

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). --- ## What happened (please describe what you were doing...

## Steps to Reproduce 1. Set the `sdk` constraint to `>=3.0.0` in `pubspec.yaml` and run pub get. 2. Try the below code. ```dart enum MyEnum { foo, bar } void...