2026-01-11 19:42:22 +08:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2026-02-03 10:13:59 +08:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2026-01-21 13:27:55 +08:00
|
|
|
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
2026-02-25 13:41:23 +08:00
|
|
|
#include <geolocator_windows/geolocator_windows.h>
|
2026-01-11 19:42:22 +08:00
|
|
|
#include <isar_community_flutter_libs/isar_flutter_libs_plugin.h>
|
2026-02-25 13:41:23 +08:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2026-01-21 13:27:55 +08:00
|
|
|
#include <sentry_flutter/sentry_flutter_plugin.h>
|
2026-01-11 19:42:22 +08:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2026-02-03 10:13:59 +08:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2026-01-21 13:27:55 +08:00
|
|
|
FlutterWebRTCPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FlutterWebRTCPlugin"));
|
2026-02-25 13:41:23 +08:00
|
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
2026-01-11 19:42:22 +08:00
|
|
|
IsarFlutterLibsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("IsarFlutterLibsPlugin"));
|
2026-02-25 13:41:23 +08:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2026-01-21 13:27:55 +08:00
|
|
|
SentryFlutterPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("SentryFlutterPlugin"));
|
2026-01-11 19:42:22 +08:00
|
|
|
}
|