GeneratedPluginRegistrant.swift 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audio_session
  7. import connectivity_plus
  8. import device_info_plus
  9. import file_selector_macos
  10. import just_audio
  11. import package_info_plus
  12. import path_provider_foundation
  13. import share_plus
  14. import shared_preferences_foundation
  15. import sqflite_darwin
  16. import url_launcher_macos
  17. import video_player_avfoundation
  18. import wakelock_plus
  19. import webview_flutter_wkwebview
  20. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  21. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  22. ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
  23. DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
  24. FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
  25. JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
  26. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  27. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  28. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  29. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  30. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  31. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  32. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  33. WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
  34. WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
  35. }