flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
Android Studio ignores the preference that asks whether to open a new project in a new window or in the same window. It simply opens a new window (which is...
## Steps to Reproduce 1. Create a project 2. Create a submodule/package that is its own dart library. 3. Add something to the submodule's pubspec. 4. Open a different file...
## Steps to Reproduce * Configure an AVD to boot from a snapshot.  * From AVD manager, click play button to confirm that AVD is started and load state...
This would be similar to the Android Studio feature that displays an icon in the gutter next to the entry point of an Android app. Clicking it opens the manifest...
``` 2022-05-16 09:34:19,571 [ 80616] INFO - #i.f.j.EmbeddedBrowserEngine - JxBrowser user data path: X:\IDEs\apps\IDEA-U\ch-0\221.5080.210.plugins\flutter-idea\jxbrowser\user-data 2022-05-16 09:34:33,433 [ 94478] INFO - #i.f.j.JxBrowserManager - Browser message(WARNING): The page requested an origin-keyed agent...
I have multiple devices that are running the Flutter app.   But the inspector only shows one tab with the last running device.  ## Version info ``` [√]...
Running tests with 2022.1 causes a number of warnings to be generated. We need to update the test code to stop using deprecated APIs. Also, check that test failures still...
We have a few requests that the Flutter project root directory be separated from the IntelliJ project directory. Actually, I think IntelliJ considers a project to be a collection of...
I have the Flutter plugin installed with IDEA. I've tried adding its Hot Reload (All Devices) and Hot Restart (All Devices) buttons to the Touch Bar of my Mac but...
Android Studio shows errors in `AndroidManifest.xml`. These errors are not material and do not cause a problem building the Android app version of the Flutter project. But 'Problems' are shown...