This commit is contained in:
JMARyA 2024-09-05 11:08:52 +02:00
parent fb1677ed73
commit 378e777589
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
8 changed files with 156 additions and 24 deletions

View file

@ -6,6 +6,9 @@
#include "generated_plugin_registrant.h"
#include <qr_bar_code/qr_bar_code_plugin_c_api.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
QrBarCodePluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("QrBarCodePluginCApi"));
}

View file

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