AppFlowy/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift
2021-07-09 14:50:57 +08:00

21 lines
685 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flowy_editor
import flowy_sdk
import path_provider_macos
import url_launcher_macos
import window_size
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlowyEditorPlugin.register(with: registry.registrar(forPlugin: "FlowyEditorPlugin"))
FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
}