Flutter plugin for the Community edition of Couchbase Lite. Couchbase Lite is an embedded lightweight, document-oriented (NoSQL), syncable database engine.
MIT License
60
stars
28
forks
source link
ReplicatorType.pushAndPull data push performs but pull not performing #108
ReplicatorType.pushAndPull using to pull and push data from couchbase sync server, document uploaded to server but pull not performing.
Project Configuration
flutter sdk version: sdk: ">=2.17.0 <3.0.0"
couchbase_lite: ^3.0.0-nullsafety.2
code