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

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

adoption-blocker
tech debt

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

usability
topic-editing
dependency: dart sdk

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

investigate

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

❖ platform-windows
dev: ide - jetbrains

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

tech debt
fixit friday

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 ![image](https://user-images.githubusercontent.com/1146982/127920496-2a54eab2-5c53-47bf-ae08-8e5d3b95081e.png)

wip