theme, locale, settings

This commit is contained in:
Yoshi 2023-01-17 16:20:28 +03:00
parent 4bb78e7810
commit 50d45773b4
16 changed files with 1070 additions and 13 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