flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
# Snippet ```dart void main() { test('foo: foo', () { expect(1, 1); }); } ``` Tap on run Result in debug console: ```console /Users/vasilijisajkin/Documents/projects/mobifitness/mobi-trainer-client/.fvm/flutter_sdk/bin/flutter --no-color test --machine --start-paused --plain-name "foo\:...
Hello For flutter projects, File > Sync Project with Gradle Files is missing Please see the attached screenshot. Thank You
Related to https://github.com/flutter/flutter/issues/176206 We propose to inform the user that if they are running against an iOS 26 device and connected over WiFi, that we suggest to the user to...
There tends to be an error message of "unloading plugin dart" and error reports (bottom right corner), but only on alternating runs (i.e. it tends to be fixed after stopping...
## What happened Opened IDE and Project after macOS Tahoe update and flutter version updates and got this error. ## Version information IntelliJ IDEA `2025.2.2` • Flutter plugin `io.flutter 87.1`...
With the update to use the latest Gradle IJ plugins, specifically `org.jetbrains.intellij.platform` to `2.6.0`, our Mockito tests were all deleted in https://github.com/flutter/flutter-intellij/pull/8312. It should be possible to migrate from powermock...
Hi Flutter team 👋 First of all, thank you for all the amazing work you’re doing for the community! 🚀 I noticed that the **IntelliJ/Android Studio setup documentation in the...
The steps here seem broken: https://github.com/flutter/flutter-intellij/blob/main/docs/testing.md#add-to-app-module-integration-test I don't see an option to add a Flutter module to an Android application according to these instructions. I'm also not sure if there...
Change to something like `safeCommandLog` in `FlutterCommand`.
I'm having some difficulty debugging single line lambdas in IntelliJ. This doesn't seem to be a supported feature at the moment. ## Example ```dart return document.children .where((node) => node.text ==...