task removeable, added header, more todos 🤷‍♀️ ..

This commit is contained in:
2023-01-10 02:01:05 +01:00
parent 33ff8b1f7d
commit 9f8e0c875c
15 changed files with 128 additions and 32 deletions

View File

@ -6,6 +6,10 @@
#include "generated_plugin_registrant.h"
#include <flutter_window_close/flutter_window_close_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) flutter_window_close_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "FlutterWindowClosePlugin");
flutter_window_close_plugin_register_with_registrar(flutter_window_close_registrar);
}

View File

@ -3,6 +3,7 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
flutter_window_close
)
list(APPEND FLUTTER_FFI_PLUGIN_LIST