2022-03-14 12:28:57 +05:30
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2022-11-14 22:22:41 +05:30
|
|
|
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
2022-03-14 12:28:57 +05:30
|
|
|
#include <geolocator_windows/geolocator_windows.h>
|
2022-09-12 19:52:28 +05:30
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2023-03-17 11:54:12 +05:30
|
|
|
#include <share_plus/share_plus_windows_plugin_c_api.h>
|
2022-03-15 18:19:34 +05:30
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2022-03-14 12:28:57 +05:30
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2022-11-14 22:22:41 +05:30
|
|
|
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
2022-03-14 12:28:57 +05:30
|
|
|
GeolocatorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("GeolocatorWindows"));
|
2022-09-12 19:52:28 +05:30
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2023-03-17 11:54:12 +05:30
|
|
|
SharePlusWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("SharePlusWindowsPluginCApi"));
|
2022-03-15 18:19:34 +05:30
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2022-03-14 12:28:57 +05:30
|
|
|
}
|