12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- //
- // Generated file. Do not edit.
- //
- import FlutterMacOS
- import Foundation
- import app_links
- import connectivity_plus
- import desktop_webview_window
- import device_info_plus
- import file_saver
- import flutter_inappwebview_macos
- import flutter_local_authentication
- import flutter_local_notifications
- import flutter_secure_storage_macos
- import package_info_plus
- import path_provider_foundation
- import screen_retriever
- import sentry_flutter
- import share_plus
- import shared_preferences_foundation
- import sodium_libs
- import sqflite
- import sqlite3_flutter_libs
- import tray_manager
- import url_launcher_macos
- import window_manager
- func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
- AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
- ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
- DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
- DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
- FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
- InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
- FlutterLocalAuthenticationPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalAuthenticationPlugin"))
- FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
- FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
- FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
- PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
- ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
- SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
- SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
- SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
- SodiumLibsPlugin.register(with: registry.registrar(forPlugin: "SodiumLibsPlugin"))
- SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
- Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
- TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
- UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
- WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
- }
|