feat: remove window_size plugin.

This commit is contained in:
2021-09-30 18:31:42 +08:00
parent 2b896159d0
commit 07d510cfa6
25 changed files with 29 additions and 1294 deletions
@@ -7,13 +7,9 @@
#include "generated_plugin_registrant.h"
#include <window_manager/window_manager_plugin.h>
#include <window_size/window_size_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) window_manager_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "WindowManagerPlugin");
window_manager_plugin_register_with_registrar(window_manager_registrar);
g_autoptr(FlPluginRegistrar) window_size_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "WindowSizePlugin");
window_size_plugin_register_with_registrar(window_size_registrar);
}
@@ -4,7 +4,6 @@
list(APPEND FLUTTER_PLUGIN_LIST
window_manager
window_size
)
set(PLUGIN_BUNDLED_LIBRARIES)