2023-02-06 23:45:56 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-02-13 00:36:25 +08:00
|
|
|
import path_provider_foundation
|
2023-02-07 17:28:01 +08:00
|
|
|
import screen_retriever
|
2023-02-06 23:45:56 +08:00
|
|
|
import shared_preferences_foundation
|
2023-02-07 17:28:01 +08:00
|
|
|
import tray_manager
|
2023-02-09 17:07:14 +08:00
|
|
|
import url_launcher_macos
|
2023-02-07 17:28:01 +08:00
|
|
|
import window_manager
|
2023-02-06 23:45:56 +08:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-02-13 00:36:25 +08:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2023-02-07 17:28:01 +08:00
|
|
|
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
|
2023-02-06 23:45:56 +08:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-02-07 17:28:01 +08:00
|
|
|
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
|
2023-02-09 17:07:14 +08:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2023-02-07 17:28:01 +08:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2023-02-06 23:45:56 +08:00
|
|
|
}
|