Releases: nEdAy/Flutter-Toolkit
Releases · nEdAy/Flutter-Toolkit
v2.4.8
What's Changed
- support melos project - Update ProjectChecker.kt by @nEdAy in #23
- feat: Remove upper limit for IntelliJ Platform version by @dhruvanbhalara in #25
- Changelog update -
v2.4.7
by @github-actions in #22
Full Changelog: v2.4.7...v2.4.8
v2.4.7
What's Changed
- chore: Update plugin version to 2.4.7 and platform until build to 233[Android Studio Jellyfish | 2023.3.1]. by @dhruvanbhalara in #21
- Support multi-package dart projects managed by Melos
Full Changelog: v2.4.6...v2.4.7
v2.4.6
What's Changed
- add partial build runner action by @myxzlpltk in #17
- chore(docs): update
build_runner
command to latest version in README.md by @dhruvanbhalara in #13 - Synchronize with intellij-platform-plugin-template by @nEdAy in #18
New Contributors
- @myxzlpltk made their first contribution in #17
Full Changelog: v2.4.5...v2.4.6
v2.4.5
v2.4.4
Changed
- Use
dart
command instead offlutter
for code generation @dhruvanbhalara
v2.4.3
Changed
- Template synchronization: intellij-platform-plugin-template.
- Compatibility Range changed from 212~222.* to 213.223.*.
v2.4.2
Changed
- support 222.*
v2.4.1
Changed
- Adjust the order of Actions in GenerateGroup', 'EditMenu', 'EditorPopupMenu'.
v2.4.0
Changed
- Provide a new action called 'Flutter Pub Get', click it to execute 'flutter pub get'.
v2.3.0
Changed
- Compatibility Range is 212(2021.2) - 213.*