33 lines
1.3 KiB
C++
33 lines
1.3 KiB
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <bitsdojo_window_windows/bitsdojo_window_plugin.h>
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
|
#include <printing/printing_plugin.h>
|
|
#include <screen_retriever/screen_retriever_plugin.h>
|
|
#include <sentry_flutter/sentry_flutter_plugin.h>
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
#include <window_manager/window_manager_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
BitsdojoWindowPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("BitsdojoWindowPlugin"));
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
|
PrintingPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("PrintingPlugin"));
|
|
ScreenRetrieverPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
|
|
SentryFlutterPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
WindowManagerPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
|
|
}
|