You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.1 KiB

10 months ago
//
// Generated file. Do not edit.
//
// clang-format off
#include "generated_plugin_registrant.h"
5 months ago
#include <camera_windows/camera_windows.h>
10 months ago
#include <file_selector_windows/file_selector_windows.h>
5 months ago
#include <printing/printing_plugin.h>
9 months ago
#include <screen_retriever/screen_retriever_plugin.h>
10 months ago
#include <url_launcher_windows/url_launcher_windows.h>
9 months ago
#include <window_manager/window_manager_plugin.h>
10 months ago
void RegisterPlugins(flutter::PluginRegistry* registry) {
5 months ago
CameraWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("CameraWindows"));
10 months ago
FileSelectorWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("FileSelectorWindows"));
5 months ago
PrintingPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("PrintingPlugin"));
9 months ago
ScreenRetrieverPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
10 months ago
UrlLauncherWindowsRegisterWithRegistrar(
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
9 months ago
WindowManagerPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
10 months ago
}