2025-11-21 17:58:56 +09:00
|
|
|
//
|
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
2025-11-24 17:53:00 +09:00
|
|
|
#include <audioplayers_windows/audioplayers_windows_plugin.h>
|
|
|
|
|
#include <bonsoir_windows/bonsoir_windows_plugin_c_api.h>
|
|
|
|
|
#include <file_selector_windows/file_selector_windows.h>
|
2025-11-25 16:34:13 +09:00
|
|
|
#include <gal/gal_plugin_c_api.h>
|
2025-11-24 17:53:00 +09:00
|
|
|
#include <permission_handler_windows/permission_handler_windows_plugin.h>
|
2025-11-25 16:34:13 +09:00
|
|
|
#include <speech_to_text_windows/speech_to_text_windows.h>
|
2025-11-24 17:53:00 +09:00
|
|
|
#include <sqlite3_flutter_libs/sqlite3_flutter_libs_plugin.h>
|
2025-11-26 18:10:10 +09:00
|
|
|
#include <url_launcher_windows/url_launcher_windows.h>
|
2025-11-21 17:58:56 +09:00
|
|
|
|
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
2025-11-24 17:53:00 +09:00
|
|
|
AudioplayersWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("AudioplayersWindowsPlugin"));
|
|
|
|
|
BonsoirWindowsPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("BonsoirWindowsPluginCApi"));
|
|
|
|
|
FileSelectorWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("FileSelectorWindows"));
|
2025-11-25 16:34:13 +09:00
|
|
|
GalPluginCApiRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("GalPluginCApi"));
|
2025-11-24 17:53:00 +09:00
|
|
|
PermissionHandlerWindowsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("PermissionHandlerWindowsPlugin"));
|
2025-11-25 16:34:13 +09:00
|
|
|
SpeechToTextWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("SpeechToTextWindows"));
|
2025-11-24 17:53:00 +09:00
|
|
|
Sqlite3FlutterLibsPluginRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("Sqlite3FlutterLibsPlugin"));
|
2025-11-26 18:10:10 +09:00
|
|
|
UrlLauncherWindowsRegisterWithRegistrar(
|
|
|
|
|
registry->GetRegistrarForPlugin("UrlLauncherWindows"));
|
2025-11-21 17:58:56 +09:00
|
|
|
}
|