2024-11-08 16:09:46 +00:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
// clang-format off
|
|
|
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
2024-12-04 16:43:57 +00:00
|
|
|
#include <bitsdojo_window_linux/bitsdojo_window_plugin.h>
|
2024-12-13 15:49:47 +00:00
|
|
|
#include <file_saver/file_saver_plugin.h>
|
2024-11-09 17:04:39 +00:00
|
|
|
#include <file_selector_linux/file_selector_plugin.h>
|
2024-11-21 14:10:12 +00:00
|
|
|
#include <flutter_udid/flutter_udid_plugin.h>
|
2024-11-23 16:22:08 +00:00
|
|
|
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
2024-11-21 15:28:02 +00:00
|
|
|
#include <media_kit_libs_linux/media_kit_libs_linux_plugin.h>
|
|
|
|
#include <media_kit_video/media_kit_video_plugin.h>
|
2024-11-21 16:28:29 +00:00
|
|
|
#include <pasteboard/pasteboard_plugin.h>
|
2024-11-09 03:16:14 +00:00
|
|
|
#include <url_launcher_linux/url_launcher_plugin.h>
|
2024-11-08 16:09:46 +00:00
|
|
|
|
|
|
|
void fl_register_plugins(FlPluginRegistry* registry) {
|
2024-12-04 16:43:57 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) bitsdojo_window_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "BitsdojoWindowPlugin");
|
|
|
|
bitsdojo_window_plugin_register_with_registrar(bitsdojo_window_linux_registrar);
|
2024-12-13 15:49:47 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) file_saver_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FileSaverPlugin");
|
|
|
|
file_saver_plugin_register_with_registrar(file_saver_registrar);
|
2024-11-09 17:04:39 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) file_selector_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FileSelectorPlugin");
|
|
|
|
file_selector_plugin_register_with_registrar(file_selector_linux_registrar);
|
2024-11-21 14:10:12 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) flutter_udid_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterUdidPlugin");
|
|
|
|
flutter_udid_plugin_register_with_registrar(flutter_udid_registrar);
|
2024-11-23 16:22:08 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) flutter_webrtc_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterWebRTCPlugin");
|
|
|
|
flutter_web_r_t_c_plugin_register_with_registrar(flutter_webrtc_registrar);
|
2024-11-21 15:28:02 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) media_kit_libs_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "MediaKitLibsLinuxPlugin");
|
|
|
|
media_kit_libs_linux_plugin_register_with_registrar(media_kit_libs_linux_registrar);
|
|
|
|
g_autoptr(FlPluginRegistrar) media_kit_video_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "MediaKitVideoPlugin");
|
|
|
|
media_kit_video_plugin_register_with_registrar(media_kit_video_registrar);
|
2024-11-21 16:28:29 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) pasteboard_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "PasteboardPlugin");
|
|
|
|
pasteboard_plugin_register_with_registrar(pasteboard_registrar);
|
2024-11-09 03:16:14 +00:00
|
|
|
g_autoptr(FlPluginRegistrar) url_launcher_linux_registrar =
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "UrlLauncherPlugin");
|
|
|
|
url_launcher_plugin_register_with_registrar(url_launcher_linux_registrar);
|
2024-11-08 16:09:46 +00:00
|
|
|
}
|