GeneratedPluginRegistrant.swift 1.2 KB

12345678910111213141516171819202122232425262728
  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 sqflite_darwin
  11. import url_launcher_macos
  12. import video_player_avfoundation
  13. import wakelock_plus
  14. import webview_flutter_wkwebview
  15. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  16. AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
  17. JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
  18. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  19. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  20. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  21. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  22. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  23. WakelockPlusMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockPlusMacosPlugin"))
  24. WebViewFlutterPlugin.register(with: registry.registrar(forPlugin: "WebViewFlutterPlugin"))
  25. }