GeneratedPluginRegistrant.swift 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import app_links
  7. import connectivity_plus
  8. import desktop_webview_window
  9. import device_info_plus
  10. import file_saver
  11. import flutter_inappwebview_macos
  12. import flutter_local_authentication
  13. import flutter_local_notifications
  14. import flutter_secure_storage_macos
  15. import package_info_plus
  16. import path_provider_foundation
  17. import screen_retriever
  18. import sentry_flutter
  19. import share_plus
  20. import shared_preferences_foundation
  21. import sodium_libs
  22. import sqflite
  23. import sqlite3_flutter_libs
  24. import tray_manager
  25. import url_launcher_macos
  26. import window_manager
  27. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  28. AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
  29. ConnectivityPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlugin"))
  30. DesktopWebviewWindowPlugin.register(with: registry.registrar(forPlugin: "DesktopWebviewWindowPlugin"))
  31. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  32. FileSaverPlugin.register(with: registry.registrar(forPlugin: "FileSaverPlugin"))
  33. InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
  34. FlutterLocalAuthenticationPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalAuthenticationPlugin"))
  35. FlutterLocalNotificationsPlugin.register(with: registry.registrar(forPlugin: "FlutterLocalNotificationsPlugin"))
  36. FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
  37. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  38. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  39. ScreenRetrieverPlugin.register(with: registry.registrar(forPlugin: "ScreenRetrieverPlugin"))
  40. SentryFlutterPlugin.register(with: registry.registrar(forPlugin: "SentryFlutterPlugin"))
  41. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  42. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  43. SodiumLibsPlugin.register(with: registry.registrar(forPlugin: "SodiumLibsPlugin"))
  44. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  45. Sqlite3FlutterLibsPlugin.register(with: registry.registrar(forPlugin: "Sqlite3FlutterLibsPlugin"))
  46. TrayManagerPlugin.register(with: registry.registrar(forPlugin: "TrayManagerPlugin"))
  47. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  48. WindowManagerPlugin.register(with: registry.registrar(forPlugin: "WindowManagerPlugin"))
  49. }