You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: