2024-05-18 10:17:16 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
2024-05-31 17:25:45 +00:00
|
|
|
import connectivity_plus
|
|
|
|
import device_info_plus
|
2024-05-19 16:08:20 +00:00
|
|
|
import file_selector_macos
|
2024-06-06 15:28:19 +00:00
|
|
|
import firebase_core
|
|
|
|
import firebase_messaging
|
2024-05-25 05:00:40 +00:00
|
|
|
import flutter_local_notifications
|
2024-05-18 14:23:36 +00:00
|
|
|
import flutter_secure_storage_macos
|
2024-05-31 17:25:45 +00:00
|
|
|
import flutter_webrtc
|
2024-06-29 12:25:29 +00:00
|
|
|
import irondash_engine_context
|
2024-05-31 17:25:45 +00:00
|
|
|
import livekit_client
|
2024-06-22 14:39:32 +00:00
|
|
|
import macos_window_utils
|
2024-05-27 15:07:01 +00:00
|
|
|
import package_info_plus
|
2024-05-18 14:23:36 +00:00
|
|
|
import path_provider_foundation
|
2024-06-29 10:09:56 +00:00
|
|
|
import protocol_handler_macos
|
2024-06-01 16:42:36 +00:00
|
|
|
import sentry_flutter
|
2024-06-08 13:35:50 +00:00
|
|
|
import shared_preferences_foundation
|
2024-06-01 13:39:28 +00:00
|
|
|
import sqflite
|
2024-06-29 12:25:29 +00:00
|
|
|
import super_native_extensions
|
2024-05-18 16:56:32 +00:00
|
|
|
import url_launcher_macos
|
2024-05-27 15:07:01 +00:00
|
|
|
import video_player_avfoundation
|
|
|
|
import wakelock_plus
|
2024-05-18 10:17:16 +00:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
2024-05-31 17:25:45 +00:00
|
|
|
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
|
|
|
|
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
|
2024-05-19 16:08:20 +00:00
|
|
|
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
|
2024-06-06 15:28:19 +00:00
|
|
|
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
|
|
|
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
|
2024-05-25 05:00:40 +00:00
|
|
|
FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
|
2024-05-18 14:23:36 +00:00
|
|
|
FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
|
2024-05-31 17:25:45 +00:00
|
|
|
FlutterWebRTCPlugin.register(with: registry.registrar(forPlugin: "FlutterWebRTCPlugin"))
|
2024-06-29 12:25:29 +00:00
|
|
|
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
|
2024-05-31 17:25:45 +00:00
|
|
|
LiveKitPlugin.register(with: registry.registrar(forPlugin: "LiveKitPlugin"))
|
2024-06-22 14:39:32 +00:00
|
|
|
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
|
2024-05-27 15:07:01 +00:00
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2024-05-18 14:23:36 +00:00
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
2024-06-29 10:09:56 +00:00
|
|
|
ProtocolHandlerMacosPlugin.register(with: registry.registrar(forPlugin: "ProtocolHandlerMacosPlugin"))
|
2024-06-01 16:42:36 +00:00
|
|
|
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
|
2024-06-08 13:35:50 +00:00
|
|
|
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
|
2024-06-01 13:39:28 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2024-06-29 12:25:29 +00:00
|
|
|
SuperNativeExtensionsPlugin.register(with: registry.registrar(forPlugin: "SuperNativeExtensionsPlugin"))
|
2024-05-18 16:56:32 +00:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-05-27 15:07:01 +00:00
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2024-05-18 10:17:16 +00:00
|
|
|
}
|