feat:增加记录对话框内容

This commit is contained in:
2025-12-01 19:59:25 +08:00
parent 49502295e3
commit eb14cf1957
28 changed files with 1596 additions and 620 deletions

View File

@@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <rive_native/rive_native_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
RiveNativePluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("RiveNativePlugin"));
}

View File

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