- Remove upper limit for IntelliJ Platform version. by @dhruvanbhalara in #25
- Update plugin version to 2.4.7 and platform until build to 233. by @dhruvanbhalara in #21
- Support multi-package dart projects managed by Melos
- Add partial build runner action by @myxzlpltk in #17
- Update version to 2.4.5 and support latest IntelliJ by @aldee in #16
- Use dart command instead of flutter for code generation
- Template synchronization: intellij-platform-plugin-template.
- Compatibility Range changed from
212~222.*
to213.223.*
.
- support
222.*
.
- Adjust the order of Actions in
GenerateGroup
,EditMenu
,EditorPopupMenu
.
- Provide a new action called
Flutter Pub Get
, click it to executeflutter pub get
.
- Compatibility Range is
212(2021.2) - 213.*
- Try use
org.jetbrains.plugins.terminal
. - Supported
Android Studio Dolphin | 2021.3.1
. - Remove steps that require manual selection of the Flutter SDK path.
- Add AnalyzeAction and RebuildAction to
GenerateGroup
,EditMenu
,EditorPopupMenu
.
- Modify the toolWindow icon. (support dark mode)
- Show files not found in the list when the current directory does not seem to have a valid Flutter project directory.
- Provide a new action called
Flutter Analyze
, click it to executeflutter analyze
.
- Modify plugin name
- Modify the action icon
- Use notification instead of dialog
- Initial scaffold created from IntelliJ Platform Plugin Template