GeneratedPluginRegistrant.swift 1.8 KB

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