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

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

P1
crash
platform-linux

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

topic-daily-work
P2

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

P2

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', ()...

topic-debugging
P2

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

P2

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

topic-project-creation
P2

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

enhancement
topic-debugging
P2

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

usability
topic-debugging
P2

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

topic-debugging
P2