Move dart & flutter packages to packages folder on root

This commit is contained in:
Erdem Yerebasmaz
2024-05-03 15:50:47 +03:00
parent cfc4a078c5
commit 5d966fc856
182 changed files with 48 additions and 828 deletions

View File

@@ -0,0 +1,5 @@
#include "breez_liquid_sdk.h"
int64_t dummy_bundler(void) {
return dummy_method_to_enforce_bundling();
}