2023-07-06 17:18:41 +03:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2023-09-16 11:42:30 +02:00
|
|
|
#include <firebase_core/firebase_core_plugin_c_api.h>
|
2023-07-06 17:18:41 +03:30
|
|
|
#include <protocol_handler/protocol_handler_plugin.h>
|
|
|
|
|
#include <screen_retriever/screen_retriever_plugin.h>
|
|
|
|
|
#include <share_plus/share_plus_windows_plugin_c_api.h>
|
|
|
|
|
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
|
|
|
|
|
#include <tray_manager/tray_manager_plugin.h>
|
|
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2023-09-08 20:16:16 +03:30
|
|
|
#include <vclibs/vclibs_plugin.h>
|
2023-07-06 17:18:41 +03:30
|
|
|
#include <window_manager/window_manager_plugin.h>
|
|
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2023-09-16 11:42:30 +02:00
|
|
|
FirebaseCorePluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FirebaseCorePluginCApi"));
|
2023-07-06 17:18:41 +03:30
|
|
|
ProtocolHandlerPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("ProtocolHandlerPlugin"));
|
|
|
|
|
ScreenRetrieverPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("ScreenRetrieverPlugin"));
|
|
|
|
|
SharePlusWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("SharePlusWindowsPluginCApi"));
|
|
|
|
|
Sqlite3FlutterLibsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("Sqlite3FlutterLibsPlugin"));
|
|
|
|
|
TrayManagerPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("TrayManagerPlugin"));
|
|
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2023-09-08 20:16:16 +03:30
|
|
|
VclibsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("VclibsPlugin"));
|
2023-07-06 17:18:41 +03:30
|
|
|
WindowManagerPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("WindowManagerPlugin"));
|
|
|
|
|
}
|