add qr
This commit is contained in:
parent
fb1677ed73
commit
378e777589
8 changed files with 156 additions and 24 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
#include "generated_plugin_registrant.h"
|
||||
|
||||
#include <qr_bar_code/qr_bar_code_plugin.h>
|
||||
|
||||
void fl_register_plugins(FlPluginRegistry* registry) {
|
||||
g_autoptr(FlPluginRegistrar) qr_bar_code_registrar =
|
||||
fl_plugin_registry_get_registrar_for_plugin(registry, "QrBarCodePlugin");
|
||||
qr_bar_code_plugin_register_with_registrar(qr_bar_code_registrar);
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
#
|
||||
|
||||
list(APPEND FLUTTER_PLUGIN_LIST
|
||||
qr_bar_code
|
||||
)
|
||||
|
||||
list(APPEND FLUTTER_FFI_PLUGIN_LIST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue