feat:更新待办实现对话框内容

This commit is contained in:
2025-11-06 20:02:59 +08:00
parent d76c01ba9d
commit 6c3d2c9099
9 changed files with 407 additions and 120 deletions

View File

@@ -6,6 +6,10 @@
#include "generated_plugin_registrant.h"
#include <rive_native/rive_native_plugin.h>
void fl_register_plugins(FlPluginRegistry* registry) {
g_autoptr(FlPluginRegistrar) rive_native_registrar =
fl_plugin_registry_get_registrar_for_plugin(registry, "RiveNativePlugin");
rive_native_plugin_register_with_registrar(rive_native_registrar);
}

View File

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