Skip to content

Latest commit

 

History

History
113 lines (69 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

113 lines (69 loc) · 3.04 KB

Flutter-Toolkit Changelog

  • 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

Changed

  • Use dart command instead of flutter for code generation

Changed

  • Template synchronization: intellij-platform-plugin-template.
  • Compatibility Range changed from 212~222.* to 213.223.*.

Changed

  • support 222.*.

Changed

  • Adjust the order of Actions in GenerateGroup, EditMenu, EditorPopupMenu.

Changed

  • Provide a new action called Flutter Pub Get, click it to execute flutter pub get.

Changed

  • Compatibility Range is 212(2021.2) - 213.*

Changed

  • Try use org.jetbrains.plugins.terminal.
  • Supported Android Studio Dolphin | 2021.3.1.
  • Remove steps that require manual selection of the Flutter SDK path.

Added

  • Add AnalyzeAction and RebuildAction to GenerateGroup, EditMenu, EditorPopupMenu.

Changed

  • 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 execute flutter analyze.

Changed

  • Modify plugin name
  • Modify the action icon
  • Use notification instead of dialog

Added