Trying to make an Android app
Opened this issue · 0 comments
BinaryQuantumSoul commented
Hello, I'd like to do an android app for croc, similar to the one already existing in go, but different.
My app would use dart, so I wonder how to use croc from dart.
I already tried writing a wrapper in go and then compiling it for arm64, then use native code to load it.
However, this is cumbersome, and I think there might be easier ways to do so, with some stable cli/api I could use.
Do you have any suggestion?