2021-06-19 23:41:19 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-01-08 12:10:53 +08:00
|
|
|
import appflowy_backend
|
2021-12-04 22:24:32 +08:00
|
|
|
import connectivity_plus_macos
|
2021-12-24 19:10:09 -05:00
|
|
|
import device_info_plus_macos
|
2021-07-17 07:46:16 +08:00
|
|
|
import flowy_infra_ui
|
2022-08-29 15:42:08 +08:00
|
|
|
import hotkey_manager
|
2021-11-06 19:45:23 +08:00
|
|
|
import package_info_plus_macos
|
2023-02-09 01:42:18 -05:00
|
|
|
import path_provider_foundation
|
2022-08-18 18:59:59 +08:00
|
|
|
import rich_clipboard_macos
|
2023-02-09 01:42:18 -05:00
|
|
|
import screen_retriever
|
|
|
|
import shared_preferences_foundation
|
2021-07-09 14:50:57 +08:00
|
|
|
import url_launcher_macos
|
2023-02-09 01:42:18 -05:00
|
|
|
import window_manager
|
2021-06-19 23:41:19 +08:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2023-01-08 12:10:53 +08:00
|
|
|
AppFlowyBackendPlugin.register(with: registry.registrar(forPlugin: "AppFlowyBackendPlugin"))
|
2021-12-04 22:24:32 +08:00
|
|
|
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
|
2021-12-24 19:10:09 -05:00
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
2021-07-19 11:32:33 +08:00
|
|
|
FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
|
2022-08-29 15:42:08 +08:00
|
|
|
HotkeyManagerPlugin.register(with: registry.registrar(forPlugin: "HotkeyManagerPlugin"))
|
2021-11-06 19:45:23 +08:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
2021-06-19 23:41:19 +08:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2022-08-18 18:59:59 +08:00
|
|
|
RichClipboardPlugin.register(with: registry.registrar(forPlugin: "RichClipboardPlugin"))
|
2023-02-09 01:42:18 -05:00
|
|
|
ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
|
2021-12-10 14:43:57 +08:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2021-07-09 14:50:57 +08:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2023-02-09 01:42:18 -05:00
|
|
|
WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
|
2021-06-19 23:41:19 +08:00
|
|
|
}
|