refactor: replace macos_window_utils

This commit is contained in:
edde746
2025-12-27 12:38:38 +01:00
parent a698ab0930
commit 9e506d3f68
14 changed files with 453 additions and 134 deletions
@@ -12,7 +12,6 @@ import flutter_webrtc
import gamepads_darwin
import hotkey_manager_macos
import in_app_review
import macos_window_utils
import os_media_controls
import package_info_plus
import path_provider_foundation
@@ -32,7 +31,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GamepadsDarwinPlugin.register(with: registry.registrar(forPlugin: "GamepadsDarwinPlugin"))
HotkeyManagerMacosPlugin.register(with: registry.registrar(forPlugin: "HotkeyManagerMacosPlugin"))
InAppReviewPlugin.register(with: registry.registrar(forPlugin: "InAppReviewPlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
OsMediaControlsPlugin.register(with: registry.registrar(forPlugin: "OsMediaControlsPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))