bump: Flutter 3.24.4 && Rust 1.82.0

This commit is contained in:
2024-11-03 15:33:52 +08:00
parent 11a54501c0
commit c6ced405ef
27 changed files with 45 additions and 44 deletions

View File

@ -9,7 +9,7 @@ import desktop_webview_window
import device_info_plus
import macos_window_utils
import path_provider_foundation
import screen_retriever
import screen_retriever_macos
import url_launcher_macos
import window_manager
@ -18,7 +18,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}