bump: deps

This commit is contained in:
xkeyC
2025-11-24 09:48:29 +08:00
parent 2f680b98e9
commit 078eae8e52
4 changed files with 57 additions and 52 deletions

View File

@@ -10,7 +10,6 @@ import desktop_webview_window
import device_info_plus
import file_picker
import macos_window_utils
import path_provider_foundation
import screen_retriever_macos
import url_launcher_macos
import window_manager
@@ -21,7 +20,6 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))