Closed shekohex closed 4 years ago
This a PR for building FFI for the Client using tools like cbindgen, dart-bindgen and allo-isolate for Running the client inside our Flutter application.
cbindgen
dart-bindgen
allo-isolate
This PR will act as a base for the next one where I'll be only working on adding more FFI functions and expose more of public client API as we going.
I will mark it as ready for review
This a PR for building FFI for the Client using tools like
cbindgen
,dart-bindgen
andallo-isolate
for Running the client inside our Flutter application.