app/macos/Flutter/GeneratedPluginRegistrant.swift

27 lines
1.1 KiB
Swift
Raw Normal View History

2024-06-16 10:36:32 +08:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import desktop_webview_window
import device_info_plus
2025-02-27 21:14:56 +08:00
import file_picker
2024-06-16 10:36:32 +08:00
import macos_window_utils
import path_provider_foundation
2024-11-03 15:33:52 +08:00
import screen_retriever_macos
2024-06-16 10:36:32 +08:00
import url_launcher_macos
import window_manager
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2025-02-27 21:14:56 +08:00
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
2024-06-16 10:36:32 +08:00
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
2024-11-03 15:33:52 +08:00
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
2024-06-16 10:36:32 +08:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
}