Fügt Isar Datenbank als dependency hinzu

This commit is contained in:
2025-12-22 01:46:15 +01:00
parent 0f066c67d1
commit c4225759d8
5 changed files with 15 additions and 1 deletions

View File

@@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <isar_flutter_libs/isar_flutter_libs_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
IsarFlutterLibsPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("IsarFlutterLibsPlugin"));
}

View File

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