Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android Support #12

Open
adamlofts opened this issue Dec 22, 2017 · 3 comments
Open

Android Support #12

adamlofts opened this issue Dec 22, 2017 · 3 comments

Comments

@adamlofts
Copy link
Owner

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

@Lukas3675
Copy link

I hope it will be available in flutter, if feels kind of natural since works with dart,
I'd be very interested to use it instead of sqf-sqlite

@truedat101
Copy link

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.

@bitsydarel
Copy link

Any progress ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants