flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
**DevTools version**: 2.42.3 **IDE**: Android-Studio A fatal error has been detected by the Java Runtime Environment: SIGABRT (0x6) at pc=0x00007dabb369eb1c (sent by kill), pid=1257131, tid=1259032 JRE version: OpenJDK Runtime Environment...
I just created a new Flutter project in Android Studio Meerkat (2024.3.1). I have installed the Dart (243.23177) and Flutter (83.0.4) plugins for Android Studio, and I see no issues...
Flutter plugin version `82.0.3`, IntelliJ IDEA 2024.2 (Ultimate Edition) Unable to send theme changed event java.util.concurrent.ExecutionException: java.lang.Exception: Timed out waiting for DTD websocket to start at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:396) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2073) at...
See https://plugins.jetbrains.com/docs/intellij/plugin-components.html#comintellijpoststartupactivity for notice and documentation on the deprecation intentions of Components from JetBrains. Migration forward has different directions before and after `2023.1`, if we can, it would be prudent...
I am using Android Studio to create a Flutter application. Using Android Studio, create the default "counter" Flutter project. Add two test cases to `widget_test.dart` like this: ```dart test('abc', ()...
### Use case ### **Description**: When I run a **Gemini Journey** in **Android Studio Preview (2025.1.2)** on a Flutter project, the build fails with this error: ``` Build was configured...
When creating a new Flutter project of type 'Plugins' or 'FFI Plugins', all sub folders are flattened in the project view, presented as discrete elements, and marked as 'non project...
This issue tracks the IntelliJ work required for https://github.com/dart-lang/sdk/issues/60540. **What needs to be done?** - Call `ConnectedApp.registerVmService` when a vm service instance is started - Call `ConnectedApp.unregisterVmService` when a vm...
It might be a problem with Android Studio specifically and I'll report it over there too, but I fully expect that team to try and point back to here...so... When...
I have implemented flutter as a library in my current project setup.I usually debug the app on physical device with help of flutter attach but after upgrading it to Android...