GeneratedPluginRegistrant.swift 1.3 KB

12345678910111213141516171819202122232425262728293031
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import appkit_ui_element_colors
  7. import dynamic_color
  8. import file_selector_macos
  9. import macos_ui
  10. import macos_window_utils
  11. import package_info_plus
  12. import path_provider_foundation
  13. import shared_preferences_foundation
  14. import sqflite
  15. import video_player_avfoundation
  16. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  17. AppkitUiElementColorsPlugin.register(with: registry.registrar(forPlugin: "AppkitUiElementColorsPlugin"))
  18. DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
  19. FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
  20. MacOSUiPlugin.register(with: registry.registrar(forPlugin: "MacOSUiPlugin"))
  21. MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
  22. FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
  23. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  24. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  25. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  26. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  27. }