GeneratedPluginRegistrant.swift 1.3 KB

123456789101112131415161718192021222324252627282930
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import audio_session
  7. import just_audio
  8. import package_info_plus
  9. import path_provider_foundation
  10. import share_plus
  11. import sqflite_darwin
  12. import url_launcher_macos
  13. import video_player_avfoundation
  14. import wakelock_plus
  15. import webview_flutter_wkwebview
  16. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  17. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  18. JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
  19. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  20. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  21. SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
  22. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  23. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  24. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  25. WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
  26. WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
  27. }