SaltechSystems / couchbase_lite

Flutter plugin for the Community edition of Couchbase Lite. Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supporting 32 and 64 bit

DustyLamp opened this issue · comments

After a bit of trial and error I've found that, unfortunately, couchbase_lite doesn't yet support native 64 and 32 bit code which means it can't be in an app published via the Google Play Console.

From the playconsole:
image

Looks like it's working on the beta branch!

I migrated to the beta branch and there are a few breaking changes but they're minimal and easy to work with.

Thanks for your efforts @bawelter !