GeneratedPluginRegistrant.swift 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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_app_group_directory
  11. import flutter_inappwebview_macos
  12. import flutter_secure_storage_macos
  13. import in_app_purchase_storekit
  14. import network_info_plus
  15. import package_info_plus
  16. import path_provider_foundation
  17. import share_plus
  18. import shared_preferences_foundation
  19. import sqflite_darwin
  20. import url_launcher_macos
  21. import video_player_avfoundation
  22. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  23. AppLinksMacosPlugin.register(with: registry.registrar(forPlugin: "AppLinksMacosPlugin"))
  24. AwesomeNotificationsPlugin.register(with: registry.registrar(forPlugin: "AwesomeNotificationsPlugin"))
  25. ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
  26. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  27. FlutterAppGroupDirectoryPlugin.register(with: registry.registrar(forPlugin: "FlutterAppGroupDirectoryPlugin"))
  28. InAppWebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "InAppWebViewFlutterPlugin"))
  29. FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin"))
  30. InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin"))
  31. NetworkInfoPlusPlugin.register(with: registry.registrar(forPlugin: "NetworkInfoPlusPlugin"))
  32. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  33. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  34. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  35. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  36. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  37. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  38. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  39. }