flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
## Steps to Reproduce 1. Create a native android app in Android Studio. 2. Go to File > New > New Module ... 3. According to the instructions on [Integrate...
Version 1.7 of the IntelliJ plugin for Gradle should be released the week of June 13. Update the build to use it when it is out. Currently using a pre-release...
When I type any code in IntelliJ IDEA, it becomes marked with red squiggly lines, then some 2 seconds later it will generate some autocomplete options, it gets kinda annoying....
## Steps to Reproduce 1. Run a set of integration tests with Flutter app 2. On the Run tab, click on the History icon (clock) 3. Click on any element...
I would have expected to be able to opt into analytics before my project is done indexing. What happened (using Android Studio Canary Dolphin and the latest Flutter plugin:
This logic in `paint` is finicky and very hard to follow; I suspect we could do better. As a first step, perhaps extract the contents of `paint` into a separate...
_From @tomnta on November 14, 2017 19:22_ ## Steps to Reproduce Run "Flutter Devices" in Windows 10 Command Prompt shows that a device is connected. > flutter devices > 1...
The new `skeleton` template includes an example usage of `flutter_localizations`. In the `app_en.arb` file is a single definition called `appTitle`. We need support for `Find Usages` in the IDE. I'm...
Disabled a couple tests in https://github.com/flutter/flutter-intellij/pull/5565
Just upgraded to 59.0.4 and my flutter inspector is gone from the lateral tab. Where do I find it now? I am using Intellij Community 2021.2 