- First version for Meerkat, Android Studio 2024.3 (#7799)
- Message in the Flutter Outline window that the window is now deprecated (#7778)
- Testing and cleanup now that the code is migrated to the new Gradle Plugin (#7670)
- Release of the plugin for 2024.3 (#7670)
- Migration to IntelliJ Platform Gradle Plugin (2.x) (#7670)
- The Flutter coverage runner support has been removed (#7670)
- Fix for Cannot invoke "com.intellij.openapi.wm.ToolWindow.setAvailable(boolean)" issue -- thanks to @parlough (#7691)
- New SDK notification to notify of old Flutter SDK usage (#7763)
- Progress on migrating off of old IDEA APIs (#7718)
- Significant code cleanup
- Various DevTools integration improvements (#7626) (#7621)
- Removal of the old Performance page, now replaced by DevTools (#7624)
- Add an option to reload a DevTools window (#7617)
- Fix to the developer build (#7625)
- Initial support 2024.2 & Android Studio Ladybug Canary 6 (#7595)
- New icons to match "New UI" features in IntelliJ and Android Studio (#6595)
- Restore Flutter test icons in the editor gutter (#7505)
- Fix widget tree highlighting in the editor (#7522)
- Resolve "Exception: Cannot invoke "org..AnAction.getTemplatePresentation()" exception (#7488)
- Resolve "Pubspec has been edited" editor notification is stuck (#7538)
- Resolve Released EditorImpl held by lambda in FlutterReloadManager (#7507)
- Configure the Project view for Flutter in AS, when creating a new Flutter project (#4470)
- Migrate to Kotlin UI DSL Version 2 (#7310)
- Resolve debugger issue with the new Dart macro file uri format (#7449)
- Hide deep links window when insufficient SDK version (#7478)
- Fix exceptions out of FlutterSampleNotificationProvider (#5634)
- Additional fixes for deprecation of
ActionUpdateThread.OLD_EDT
(#7330) - Exception from EditorPerfDecorations fixed (#7432)
- Exception from FlutterColorProvider fixed (#7428)
- Fix top toolbar for new UI (#7423)
- Update JxBrowser to
v7.38.2
(#7413) - "Open Android Module in Android Studio" action removed (#7103)
- Fix for deprecation of
ActionUpdateThread.OLD_EDT
(#7330) - Deprecation of
ServiceExtensions.setPubRootDirectories
(#7142) - Fix plugin not opening in Android Studio (#7305)
- Deadlock involving
WorkspaceCache.getInstance()
(#7333) - Fix for
AlreadyDisposedException
fromDartVmServiceDebugProcess
(#7381) - Memory leak fix out of
DartVmServiceDebugProcess
(7380) - Memory leak fix in
FlutterSettings
andJxBrowser
(#7377) - Delete actions specific to legacy inspector (#7416)