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-08-16 14:59:34 +00:00
|
|
|
import firebase_analytics
|
2024-06-06 15:28:19 +00:00
|
|
|
import firebase_core
|
2024-08-16 14:59:34 +00:00
|
|
|
import firebase_crashlytics
|
2024-06-06 15:28:19 +00:00
|
|
|
import firebase_messaging
|
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-07-31 18:10:57 +00:00
|
|
|
import gal
|
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-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-26 18:11:59 +00:00
|
|
|
import share_plus
|
2024-07-30 08:29:30 +00:00
|
|
|
import shared_preferences_foundation
|
2024-06-01 13:39:28 +00:00
|
|
|
import sqflite
|
2024-05-18 16:56:32 +00:00
|
|
|
import url_launcher_macos
|
2024-08-17 11:02:57 +00:00
|
|
|
import video_player_avfoundation
|
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-08-16 14:59:34 +00:00
|
|
|
FLTFirebaseAnalyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseAnalyticsPlugin"))
|
2024-06-06 15:28:19 +00:00
|
|
|
FLTFirebaseCorePlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCorePlugin"))
|
2024-08-16 14:59:34 +00:00
|
|
|
FLTFirebaseCrashlyticsPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseCrashlyticsPlugin"))
|
2024-06-06 15:28:19 +00:00
|
|
|
FLTFirebaseMessagingPlugin.register(with: registry.registrar(forPlugin: "FLTFirebaseMessagingPlugin"))
|
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-07-31 18:10:57 +00:00
|
|
|
GalPlugin.register(with: registry.registrar(forPlugin: "GalPlugin"))
|
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-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-26 18:11:59 +00:00
|
|
|
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
|
2024-07-30 08:29:30 +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-05-18 16:56:32 +00:00
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|
2024-08-17 11:02:57 +00:00
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
2024-05-27 15:07:01 +00:00
|
|
|
WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
|
2024-05-18 10:17:16 +00:00
|
|
|
}
|