2022-05-03 10:45:10 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2023-02-05 13:24:37 +00:00
|
|
|
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
2022-08-29 00:40:55 +00:00
|
|
|
#include <dynamic_color/dynamic_color_plugin_c_api.h>
|
2022-05-03 10:45:10 +00:00
|
|
|
#include <flutter_secure_storage_windows/flutter_secure_storage_windows_plugin.h>
|
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2022-07-12 12:54:16 +00:00
|
|
|
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
2022-08-29 00:40:55 +00:00
|
|
|
DynamicColorPluginCApiRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
|
2022-05-03 10:45:10 +00:00
|
|
|
FlutterSecureStorageWindowsPluginRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("FlutterSecureStorageWindowsPlugin"));
|
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
|
|
|
}
|