2023-10-09 09:32:07 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
#include <desktop_webview_window/desktop_webview_window_plugin.h>
|
|
|
|
#include <flutter_acrylic/flutter_acrylic_plugin.h>
|
2024-11-03 15:33:52 +08:00
|
|
|
#include <screen_retriever_windows/screen_retriever_windows_plugin_c_api.h>
|
2023-10-09 09:32:07 +08:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
#include <window_manager/window_manager_plugin.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
DesktopWebviewWindowPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("DesktopWebviewWindowPlugin"));
|
|
|
|
FlutterAcrylicPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlutterAcrylicPlugin"));
|
2024-11-03 15:33:52 +08:00
|
|
|
ScreenRetrieverWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("ScreenRetrieverWindowsPluginCApi"));
|
2023-10-09 09:32:07 +08:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
|
|
WindowManagerPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
|
|
|
|
}
|