2023-07-10 17:50:31 +08:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2023-07-29 09:25:21 +08:00
|
|
|
#include <aj_captcha_flutter/aj_captcha_flutter_plugin_c_api.h>
|
2023-12-11 10:43:41 +08:00
|
|
|
#include <audioplayers_windows/audioplayers_windows_plugin.h>
|
2024-01-08 11:32:35 +08:00
|
|
|
#include <connectivity_plus/connectivity_plus_windows_plugin.h>
|
2023-07-18 18:10:57 +08:00
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2023-08-24 14:25:55 +08:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2023-07-21 19:31:01 +08:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2023-07-10 17:50:31 +08:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2023-07-29 09:25:21 +08:00
|
|
|
AjCaptchaFlutterPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("AjCaptchaFlutterPluginCApi"));
|
2023-12-11 10:43:41 +08:00
|
|
|
AudioplayersWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
|
2024-01-08 11:32:35 +08:00
|
|
|
ConnectivityPlusWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("ConnectivityPlusWindowsPlugin"));
|
2023-07-18 18:10:57 +08:00
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2023-08-24 14:25:55 +08:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2023-07-21 19:31:01 +08:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2023-07-10 17:50:31 +08:00
|
|
|
}
|