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
This is a pretty easy port to do as far as android goes (using JNI/NDK). I haven't looked at the dart/android binding, foreign function interface, or how these wrappers go. I did a quick scan and there are at least 4 existing level db ports, none are maintained, but there are instructive steps available. I agree with @Lukas3675 this seems like a natural transition to have this available in Flutter.
It should be possible to build the dart extension on Android (ndb). Please comment below if you are interested in supporting this feature.
Rough instructions would be:
Download leveldb sources and build the library statically
Update the makefile to build the extension
Run the test cases
The text was updated successfully, but these errors were encountered: