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