2025-08-27 09:10:22 +00:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2026-02-15 11:10:48 +00:00
|
|
|
#include <share_plus/share_plus_windows_plugin_c_api.h>
|
2026-02-07 16:01:37 +00:00
|
|
|
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
|
2025-10-16 17:28:17 +00:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2025-08-27 09:10:22 +00:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2026-02-15 11:10:48 +00:00
|
|
|
SharePlusWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("SharePlusWindowsPluginCApi"));
|
2026-02-07 16:01:37 +00:00
|
|
|
Sqlite3FlutterLibsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("Sqlite3FlutterLibsPlugin"));
|
2025-10-16 17:28:17 +00:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2025-08-27 09:10:22 +00:00
|
|
|
}
|