|
|
|
@ -7,7 +7,6 @@
|
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
|
|
|
|
|
|
#include <desktop_drop/desktop_drop_plugin.h>
|
|
|
|
|
#include <desktop_webview_window/desktop_webview_window_plugin.h>
|
|
|
|
|
#include <dynamic_color/dynamic_color_plugin.h>
|
|
|
|
|
#include <emoji_picker_flutter/emoji_picker_flutter_plugin.h>
|
|
|
|
|
#include <file_selector_linux/file_selector_plugin.h>
|
|
|
|
@ -24,9 +23,6 @@ void fl_register_plugins(FlPluginRegistry* registry) {
|
|
|
|
|
g_autoptr(FlPluginRegistrar) desktop_drop_registrar =
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopDropPlugin");
|
|
|
|
|
desktop_drop_plugin_register_with_registrar(desktop_drop_registrar);
|
|
|
|
|
g_autoptr(FlPluginRegistrar) desktop_webview_window_registrar =
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "DesktopWebviewWindowPlugin");
|
|
|
|
|
desktop_webview_window_plugin_register_with_registrar(desktop_webview_window_registrar);
|
|
|
|
|
g_autoptr(FlPluginRegistrar) dynamic_color_registrar =
|
|
|
|
|
fl_plugin_registry_get_registrar_for_plugin(registry, "DynamicColorPlugin");
|
|
|
|
|
dynamic_color_plugin_register_with_registrar(dynamic_color_registrar);
|
|
|
|
|