2026-01-31 15:23:18 +05:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
|
|
|
|
#include <geolocator_windows/geolocator_windows.h>
|
2026-03-11 20:13:13 +05:30
|
|
|
#include <share_plus/share_plus_windows_plugin_c_api.h>
|
|
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2026-01-31 15:23:18 +05:30
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
|
|
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
2026-03-11 20:13:13 +05:30
|
|
|
SharePlusWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("SharePlusWindowsPluginCApi"));
|
|
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2026-01-31 15:23:18 +05:30
|
|
|
}
|