flutter-intellij
flutter-intellij copied to clipboard
Flutter Plugin for IntelliJ
Would be nice to have a shortcut to create test when we have one of those popup: A bonus would be that if the class is a widget it create...
Currently we do not have breadcrumb support for Dart code in IntelliJ. It would be especially helpful when we're coding in small screens instead of the structure window. Here's the...
Please file this bug report at https://github.com/flutter/flutter-intellij/issues/new. --- ## What happened I don't know, I was just coding a flutter app, this is an error that IntelliJ silently raise ##...
Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce When Ctrl + Click ,ide shows...
I would like to create a build configuration for running custom flutter command. My specific use case is "flutter driver" for integration tests, but I think generally there should be...
Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at [github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new). ## Steps to Reproduce The problem happens where I build...
`ComboboxWithBrowseButton` is scheduled for removal in 2022.3, which will probably be released in 2022Q4. The Flutter plugin uses it in two places: - `FlutterSettingsConfigurable` - `FlutterGeneratorPeer` https://jetbrains.design/intellij/controls/built_in_button/#browse
## Steps to Reproduce The Dart Analyzer always tells me, that I should add the Key parameter to the widget constructor. There is a quick fix refactoring (Project quick fix,...
## What happened 🤷 ## Version information IntelliJ IDEA `2021.2.3` • Flutter plugin `io.flutter 63.0.3` • Dart plugin `212.5632` Flutter 2.8.0 • channel stable • [email protected]:flutter/flutter Framework • revision cf44000065...
## Steps to Reproduce 0. Let's say that i have a simple stateful MyApp widget with a MaterialApp widget inside (the sample code is below). 1. When I first run...