2021-11-19 10:50:09 +03:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2022-04-04 16:15:05 +03:00
|
|
|
import desktop_drop
|
2023-02-24 15:59:09 +03:00
|
|
|
import local_notifier
|
2023-02-17 17:15:20 +03:00
|
|
|
import path_provider_foundation
|
2022-06-13 09:34:10 +03:00
|
|
|
import screen_retriever
|
2023-01-19 13:01:42 +03:00
|
|
|
import shared_preferences_foundation
|
2023-02-24 15:59:09 +03:00
|
|
|
import tray_manager
|
2022-06-05 13:26:40 +03:00
|
|
|
import url_launcher_macos
|
2021-12-03 12:27:29 +03:00
|
|
|
import window_manager
|
2021-11-19 10:50:09 +03:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2022-04-04 16:15:05 +03:00
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
|
2023-02-24 15:59:09 +03:00
|
|
|
LocalNotifierPlugin.register(with: registry.registrar(forPlugin: "LocalNotifierPlugin"))
|
2023-02-17 17:15:20 +03:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2022-06-13 09:34:10 +03:00
|
|
|
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
|
2021-11-19 13:04:08 +03:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2023-02-24 15:59:09 +03:00
|
|
|
TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
|
2022-06-05 13:26:40 +03:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2021-12-03 12:27:29 +03:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2021-11-19 10:50:09 +03:00
|
|
|
}
|