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

sqlite3_flutter_libs 0.4.0 #22

Closed
Milvintsiss opened this issue Feb 15, 2021 · 2 comments
Closed

sqlite3_flutter_libs 0.4.0 #22

Milvintsiss opened this issue Feb 15, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@Milvintsiss
Copy link

I'm getting this error when trying to open sqlite in memory on Android.

Invalid argument(s): Failed to load dynamic library (dlopen failed: library "/data/data/com.milvintsiss.chronopsi/lib/libsqlite3.so" not found)

I'm using sqflite 1.3.2+3 and moor: 3.4.0

Work fine with sqlite3_flutter_libs 0.3.0

@simolus3 simolus3 added the bug Something isn't working label Feb 15, 2021
@simolus3 simolus3 pinned this issue Feb 15, 2021
@simolus3
Copy link
Owner

Thank you for reporting this error! It has been caused by a Gradle configuration mistake on my end. Apologies for the caused trouble.

I've now published version 3.34.1+1 of eu.simonbinder:sqlite3-native-library to maven central and sqlite3_flutter_libs version 0.4.0+1 to pub. Those versions should fix this problem, please let me know if the problem persists.

@Milvintsiss
Copy link
Author

Thanks, worked like a charm 👍

Thank you for developing moor, I'm using it for a cross-platform app (Android, iOS, MacOs, Windows, Linux) and it is always a pleasure to use it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants