|
@@ -6,6 +6,7 @@ import FlutterMacOS
|
|
|
import Foundation
|
|
|
|
|
|
import flowy_editor
|
|
|
+import flowy_infra_ui
|
|
|
import flowy_sdk
|
|
|
import path_provider_macos
|
|
|
import url_launcher_macos
|
|
@@ -13,6 +14,7 @@ import window_size
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
FlowyEditorPlugin.register(with: registry.registrar(forPlugin: "FlowyEditorPlugin"))
|
|
|
+ FlowyInfraUiPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUiPlugin"))
|
|
|
FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
|
|
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
|
|
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
|