12345678910111213141516171819202122232425262728293031323334353637383940 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import connectivity_macos
- import device_info_plus
- import file_saver
- import flutter_local_notifications
- import flutter_secure_storage_macos
- import mobile_scanner
- import package_info_plus
- import path_provider_foundation
- import photo_manager
- import sentry_flutter
- import share_plus
- import shared_preferences_foundation
- import sqflite
- import url_launcher_macos
- import video_player_avfoundation
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
- FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
- FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
- MobileScannerPlugin.register(with: registry.registrar(forPlugin: "MobileScannerPlugin"))
- FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- PhotoManagerPlugin.register(with: registry.registrar(forPlugin: "PhotoManagerPlugin"))
- SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
- SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
- FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
- }
|