Files
flutterApp/macos/Flutter/GeneratedPluginRegistrant.swift

39 lines
1.8 KiB
Swift
Raw Normal View History

2026-01-11 19:42:22 +08:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import connectivity_plus
2026-01-21 13:27:55 +08:00
import device_info_plus
2026-02-03 10:13:59 +08:00
import file_selector_macos
2026-01-21 13:27:55 +08:00
import flutter_webrtc
import geolocator_apple
2026-01-11 19:42:22 +08:00
import isar_community_flutter_libs
import mobile_scanner
import open_file_mac
2026-01-21 13:27:55 +08:00
import package_info_plus
import sentry_flutter
2026-01-11 19:42:22 +08:00
import shared_preferences_foundation
2026-03-16 09:29:21 +08:00
import url_launcher_macos
import video_player_avfoundation
2026-01-30 17:10:28 +08:00
import webview_flutter_wkwebview
2026-01-11 19:42:22 +08:00
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
2026-01-21 13:27:55 +08:00
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
2026-02-03 10:13:59 +08:00
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
2026-01-21 13:27:55 +08:00
FlutterWebRTCPlugin.register(with: registry.registrar(forPlugin: "FlutterWebRTCPlugin"))
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
2026-01-11 19:42:22 +08:00
IsarFlutterLibsPlugin.register(with: registry.registrar(forPlugin: "IsarFlutterLibsPlugin"))
MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
OpenFilePlugin.register(with: registry.registrar(forPlugin: "OpenFilePlugin"))
2026-01-21 13:27:55 +08:00
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
2026-01-11 19:42:22 +08:00
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
2026-03-16 09:29:21 +08:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
VideoPlayerPlugin.register(with: registry.registrar(forPlugin: "VideoPlayerPlugin"))
2026-01-30 17:10:28 +08:00
WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
2026-01-11 19:42:22 +08:00
}