|
|
|
|
@ -12,6 +12,7 @@
|
|
|
|
|
#include <flutter_secure_storage_linux/flutter_secure_storage_linux_plugin.h>
|
|
|
|
|
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
|
|
|
|
#include <handy_window/handy_window_plugin.h>
|
|
|
|
|
#include <open_file_linux/open_file_linux_plugin.h>
|
|
|
|
|
#include <pasteboard/pasteboard_plugin.h>
|
|
|
|
|
#include <record_linux/record_linux_plugin.h>
|
|
|
|
|
#include <sentry_flutter/sentry_flutter_plugin.h>
|
|
|
|
|
@ -38,6 +39,9 @@ void fl_register_plugins(FlPluginRegistry* registry) {
|
|
|
|
|
g_autoptr(FlPluginRegistrar) handy_window_registrar =
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "HandyWindowPlugin");
|
|
|
|
|
handy_window_plugin_register_with_registrar(handy_window_registrar);
|
|
|
|
|
g_autoptr(FlPluginRegistrar) open_file_linux_registrar =
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "OpenFileLinuxPlugin");
|
|
|
|
|
open_file_linux_plugin_register_with_registrar(open_file_linux_registrar);
|
|
|
|
|
g_autoptr(FlPluginRegistrar) pasteboard_registrar =
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "PasteboardPlugin");
|
|
|
|
|
pasteboard_plugin_register_with_registrar(pasteboard_registrar);
|
|
|
|
|
|