flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
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 java.lang.IllegalStateException: configureNewProject should be used with...
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 saw an error flashing in...
com.intellij.diagnostic.PluginException: io.flutter.actions.FlutterNewProjectAction PluginClassLoader(plugin=PluginDescriptor(name=Flutter, id=io.flutter, descriptorPath=plugin.xml, path=~\AppData\Roaming\Google\AndroidStudioPreview2023.3\plugins\flutter-intellij, version=77.0.1, package=null, isBundled=false), packagePrefix=null, state=active) at com.intellij.serviceContainer.ComponentManagerImpl.instantiateClass(ComponentManagerImpl.kt:1434) at com.intellij.openapi.actionSystem.impl.ActionManagerImplKt.instantiate(ActionManagerImpl.kt:1404) at com.intellij.openapi.actionSystem.impl.ActionManagerImplKt.convertStub(ActionManagerImpl.kt:1737) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getActionImpl(ActionManagerImpl.kt:323) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.kt:314) at com.intellij.openapi.actionSystem.DefaultActionGroup.getChildren(DefaultActionGroup.java:375) at com.intellij.openapi.actionSystem.DefaultActionGroup.getChildren(DefaultActionGroup.java:352) at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil.collectAllActions(WelcomeScreenActionsUtil.java:38) at com.intellij.openapi.wm.impl.welcomeScreen.WelcomeScreenActionsUtil.collectAllActions(WelcomeScreenActionsUtil.java:40) at...
I am developing on a Mac a project in Flutter that is only meant to be released to iOS as of now. Accordingly, I do not have on my Mac...
 ### Code ``` enum TestEnum{ orange; } void main() async { TestEnum.orange; } ``` ### Flutter doctor ``` [!] Flutter (Channel stable, 3.13.9, on macOS 13.5.1 22G90 darwin-arm64, locale...
Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened I was debugging a Flutter windows application, as the breakpoint is reached I get this message from the IDE...
https://github.com/flutter/tools_metadata is now configured as a submodule under `resources/flutter` instead of copy it manually. The PR is huge because it deletes copied files. Be careful when reviewing the "Files changed"...
## Steps to Reproduce ``` IntelliJ IDEA 2023.3.2 (Ultimate Edition) Build #IU-233.13135.103, built on December 20, 2023 Licensed to Pascal Welsch Subscription is active until May 5, 2024. Runtime version:...
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...
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). I was trying to modify my app logo from the...