Skip to content

A flutter/dart wrapper for Aries-vcx #669

Answered by Patrik-Stas
dinbtechit asked this question in General
Discussion options

You must be logged in to vote

Hi @dinbtechit libvcx has now been split in 2 modules api_c and api_vcx
https://github.com/hyperledger/aries-vcx/tree/main/libvcx/src

If you want to build flutter wrapper, you can try it on top of the api_vcx layer. For inspiration you can take a look at new node wrapper we are building with napi-rs #665 (not yet merged but mostly done at this point)

As I mentioned, alternative to building a new wrapper on top of libvcx/api_vcx would be building it directly on top of aries_vcx. You need to consider if api_vcx brings you some benefits (freeing memory, accessing objects via numeric references).

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@gmulhearn
Comment options

@gmulhearn
Comment options

@mirgee
Comment options

@dinbtechit
Comment options

@dinbtechit
Comment options

Answer selected by dinbtechit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants