2026-06-02 23:28:39 +02:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
|
|
import desktop_drop
|
|
|
|
|
import file_picker
|
2026-06-05 00:02:51 +02:00
|
|
|
import package_info_plus
|
2026-06-02 23:28:39 +02:00
|
|
|
import pasteboard
|
|
|
|
|
import screen_retriever_macos
|
|
|
|
|
import shared_preferences_foundation
|
|
|
|
|
import url_launcher_macos
|
|
|
|
|
import video_player_avfoundation
|
2026-06-05 00:02:51 +02:00
|
|
|
import wakelock_plus
|
2026-06-02 23:28:39 +02:00
|
|
|
import window_manager
|
|
|
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
|
|
|
|
|
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
|
2026-06-05 00:02:51 +02:00
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2026-06-02 23:28:39 +02:00
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
|
|
|
|
|
ScreenRetrieverMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverMacosPlugin"))
|
|
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2026-06-06 20:41:24 +02:00
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
2026-06-05 00:02:51 +02:00
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2026-06-02 23:28:39 +02:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
|
|
|
|
}
|