AppFlowy/frontend/app_flowy/macos/Flutter/GeneratedPluginRegistrant.swift

25 lines
928 B
Swift
Raw Normal View History

2021-06-19 15:41:19 +00:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import flowy_editor
2021-07-16 23:46:16 +00:00
import flowy_infra_ui
2021-06-19 15:41:19 +00:00
import flowy_sdk
import package_info_plus_macos
2021-06-19 15:41:19 +00:00
import path_provider_macos
import url_launcher_macos
2021-06-19 15:41:19 +00:00
import window_size
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
FlowyEditorPlugin.register(with: registry.registrar(forPlugin: "FlowyEditorPlugin"))
FlowyInfraUIPlugin.register(with: registry.registrar(forPlugin: "FlowyInfraUIPlugin"))
2021-06-19 15:41:19 +00:00
FlowySdkPlugin.register(with: registry.registrar(forPlugin: "FlowySdkPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
2021-06-19 15:41:19 +00:00
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
2021-06-19 15:41:19 +00:00
WindowSizePlugin.register(with: registry.registrar(forPlugin: "WindowSizePlugin"))
}