flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
I have one Dart package project, one Flutter package project and two Flutter application projects. Folder structure: ``` MyWorkSpace ├── .idea ├── dart_package ├── flutter_package ├── flutter_app1 └── flutter_app2 ```...
Currently there is duplicate code in the build.gradle.kts scripts. This duplication adds maintenance costs any time the duplicate code needs to be updated. We should consider using Gradle plugins instead:...
**Describe the bug** I have an app with a complex initialization which takes around 5 seconds. I am registration a couple of singeltons in `getIt`. Since the Android Studio plugin...
I have two devices connected. Device A is running a sample app - launched from IntelliJ. When I try to run the same sample app on Device B (launching from...
The tool window isn't resized as expected, but rather the embedded browser is resized independently of the tool window bounds. After releasing the mouse, the tool window bounds catch up...
Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened First time debug run after i had installed flutter plugin and setup debug config ## Version information Android Studio...
Per https://plugins.jetbrains.com/docs/intellij/testing-plugins.html#ui-tests, since InteliiJ 2024.2, there is a new framework for writing integration tests for plugins. Investigate whether this framework will work with the Flutter IntelliJ plugin.
Cloning the repo will consume ~200MB. We might compress the repository for better dev experience. ```console git clone https://github.com/flutter/flutter-intellij Cloning into 'flutter-intellij'... remote: Enumerating objects: 68882, done. remote: Counting objects:...
The default Light theme in intellij/android studio has a dark header bar. There is a Light + Light header variant as well. If you select the Light theme you will...
(See the end direction)  IntelliJ IDEA 2024.3.5 (Ultimate Edition) Build #IU-243.26053.27, built on March 16, 2025 Runtime version: 21.0.6+8-b631.39 amd64 (JCEF 122.1.9) VM: OpenJDK 64-Bit Server VM by JetBrains...