2022-08-26 08:11:35 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2023-06-05 16:12:16 +00:00
|
|
|
import connectivity_plus
|
2023-07-17 15:50:28 +00:00
|
|
|
import cw_monero
|
|
|
|
import cw_shared_external
|
|
|
|
import cw_wownero
|
2023-05-12 14:25:23 +00:00
|
|
|
import desktop_drop
|
2022-10-25 18:56:34 +00:00
|
|
|
import device_info_plus
|
2022-10-13 19:08:20 +00:00
|
|
|
import devicelocale
|
2022-08-26 08:11:35 +00:00
|
|
|
import flutter_libepiccash
|
|
|
|
import flutter_local_notifications
|
|
|
|
import flutter_secure_storage_macos
|
|
|
|
import isar_flutter_libs
|
2023-07-19 14:58:00 +00:00
|
|
|
import lelantus
|
2023-06-05 16:12:16 +00:00
|
|
|
import package_info_plus
|
2023-02-22 12:21:36 +00:00
|
|
|
import path_provider_foundation
|
2023-02-01 16:08:30 +00:00
|
|
|
import share_plus
|
2022-08-26 08:11:35 +00:00
|
|
|
import stack_wallet_backup
|
|
|
|
import url_launcher_macos
|
|
|
|
import wakelock_macos
|
2022-09-15 00:28:11 +00:00
|
|
|
import window_size
|
2022-08-26 08:11:35 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
|
2023-07-17 15:50:28 +00:00
|
|
|
CwMoneroPlugin.register(with: registry.registrar(forPlugin: "CwMoneroPlugin"))
|
|
|
|
CwSharedExternalPlugin.register(with: registry.registrar(forPlugin: "CwSharedExternalPlugin"))
|
|
|
|
CwWowneroPlugin.register(with: registry.registrar(forPlugin: "CwWowneroPlugin"))
|
2023-05-12 14:25:23 +00:00
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
|
2022-10-25 18:56:34 +00:00
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
2022-10-13 19:08:20 +00:00
|
|
|
DevicelocalePlugin.register(with: registry.registrar(forPlugin: "DevicelocalePlugin"))
|
2022-08-26 08:11:35 +00:00
|
|
|
FlutterLibepiccashPlugin.register(with: registry.registrar(forPlugin: "FlutterLibepiccashPlugin"))
|
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
2023-06-05 16:12:16 +00:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2022-08-26 08:11:35 +00:00
|
|
|
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
|
2023-07-19 14:58:00 +00:00
|
|
|
LelantusPlugin.register(with: registry.registrar(forPlugin: "LelantusPlugin"))
|
2022-08-26 08:11:35 +00:00
|
|
|
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
|
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
|
|
|
StackWalletBackupPlugin.register(with: registry.registrar(forPlugin: "StackWalletBackupPlugin"))
|
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
|
|
|
WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
|
2022-09-15 00:28:11 +00:00
|
|
|
WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
|
2022-08-26 08:11:35 +00:00
|
|
|
}
|