GeneratedPluginRegistrant.swift 1.2 KB

1234567891011121314151617181920212223242526272829
  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 path_provider_foundation
  12. import shared_preferences_foundation
  13. import sqflite
  14. import video_player_avfoundation
  15. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  16. AppkitUiElementColorsPlugin.register(with: registry.registrar(forPlugin: "AppkitUiElementColorsPlugin"))
  17. DynamicColorPlugin.register(with: registry.registrar(forPlugin: "DynamicColorPlugin"))
  18. FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
  19. MacOSUiPlugin.register(with: registry.registrar(forPlugin: "MacOSUiPlugin"))
  20. MacOSWindowUtilsPlugin.register(with: registry.registrar(forPlugin: "MacOSWindowUtilsPlugin"))
  21. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  22. SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
  23. SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
  24. FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
  25. }