GeneratedPluginRegistrant.swift 1.4 KB

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