2021-11-04 08:43:12 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
#include <flowy_editor/flowy_editor_plugin.h>
|
|
|
|
#include <flowy_infra_ui/flowy_infra_u_i_plugin.h>
|
2021-11-10 06:46:59 +00:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2021-11-04 08:43:12 +00:00
|
|
|
#include <window_size/window_size_plugin.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
FlowyEditorPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlowyEditorPlugin"));
|
|
|
|
FlowyInfraUIPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlowyInfraUIPlugin"));
|
2021-11-10 06:46:59 +00:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2021-11-04 08:43:12 +00:00
|
|
|
WindowSizePluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("WindowSizePlugin"));
|
|
|
|
}
|