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
|
2024-07-07 05:16:08 +00:00
|
|
|
import desktop_drop
|
2024-05-31 17:25:45 +00:00
|
|
|
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
|
|
|
|
import livekit_client
|
2024-06-22 14:39:32 +00:00
|
|
|
import macos_window_utils
|
2024-07-06 11:07:46 +00:00
|
|
|
import media_kit_libs_macos_video
|
|
|
|
import media_kit_video
|
2024-05-27 15:07:01 +00:00
|
|
|
import package_info_plus
|
2024-07-07 05:16:08 +00:00
|
|
|
import pasteboard
|
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-07-06 11:07:46 +00:00
|
|
|
import screen_brightness_macos
|
2024-06-01 16:42:36 +00:00
|
|
|
import sentry_flutter
|
2024-06-01 13:39:28 +00:00
|
|
|
import sqflite
|
2024-05-18 16:56:32 +00:00
|
|
|
import url_launcher_macos
|
2024-05-27 15:07:01 +00:00
|
|
|
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"))
|
2024-07-07 05:16:08 +00:00
|
|
|
DesktopDropPlugin.register(with: registry.registrar(forPlugin: "DesktopDropPlugin"))
|
2024-05-31 17:25:45 +00:00
|
|
|
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"))
|
|
|
|
LiveKitPlugin.register(with: registry.registrar(forPlugin: "LiveKitPlugin"))
|
2024-06-22 14:39:32 +00:00
|
|
|
MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
|
2024-07-06 11:07:46 +00:00
|
|
|
MediaKitLibsMacosVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosVideoPlugin"))
|
|
|
|
MediaKitVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitVideoPlugin"))
|
2024-05-27 15:07:01 +00:00
|
|
|
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
|
2024-07-07 05:16:08 +00:00
|
|
|
PasteboardPlugin.register(with: registry.registrar(forPlugin: "PasteboardPlugin"))
|
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-07-06 11:07:46 +00:00
|
|
|
ScreenBrightnessMacosPlugin.register(with: registry.registrar(forPlugin: "ScreenBrightnessMacosPlugin"))
|
2024-06-01 16:42:36 +00:00
|
|
|
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
|
2024-06-01 13:39:28 +00:00
|
|
|
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
|
2024-05-18 16:56:32 +00:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-05-27 15:07:01 +00:00
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2024-05-18 10:17:16 +00:00
|
|
|
}
|