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
PowerSync works with any library that uses the sqlite3_flutter_libs package. Amplify (specifically the amplify_db_common package) seems to be the exception here - they're compiling their own copy of sqlite3, which causes the conflict.
We are planning a package that doesn't depend on sqlite3_flutter_libs, to allow using sqlcipher for example. As a side-effect it may also help for this specific case, but the issue should still be fixed on Amplify's side.
Awesome @rkistner having the package that does not depend on sqlite3_flutter_libs will allow me to finish migration to powersync, I guess it is not rude to ask if there is any ETA on that, I thank you very much.
I have raised similar issue here aws-amplify/amplify-flutter#5477 but I think also power sync should play nice with library that uses sqlite3
The text was updated successfully, but these errors were encountered: