GeneratedPluginRegistrant.swift 796 B

12345678910111213141516171819202122
  1. //
  2. // Generated file. Do not edit.
  3. //
  4. import FlutterMacOS
  5. import Foundation
  6. import flowy_editor
  7. import flowy_infra_ui
  8. import flowy_sdk
  9. import path_provider_macos
  10. import url_launcher_macos
  11. import window_size
  12. func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
  13. FlowyEditorPlugin.register(with: registry.registrar(forPlugin: "FlowyEditorPlugin"))
  14. FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
  15. FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
  16. PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
  17. UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
  18. WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
  19. }