GeneratedPluginRegistrant.swift 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import app_links
  7. import awesome_notifications
  8. import connectivity_plus
  9. import device_info_plus
  10. import flutter_inappwebview_macos
  11. import flutter_secure_storage_macos
  12. import in_app_purchase_storekit
  13. import network_info_plus
  14. import package_info_plus
  15. import path_provider_foundation
  16. import share_plus
  17. import shared_preferences_foundation
  18. import sqflite_darwin
  19. import url_launcher_macos
  20. import video_player_avfoundation
  21. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  22. AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
  23. AwesomeNotificationsPlugin.register(with: registry.registrar(forPlugin: "AwesomeNotificationsPlugin"))
  24. ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
  25. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  26. InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
  27. FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
  28. InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin"))
  29. NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
  30. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  31. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  32. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  33. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  34. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  35. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  36. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  37. }