kfiross / flutter_mongodb_realm

Unofficial Flutter plugin for using MongoDB Realm services on Android, iOS and web.
Apache License 2.0
41 stars 17 forks source link

Offline Sync #25

Open jaycreate opened 3 years ago

jaycreate commented 3 years ago

The library can work with realm offline sync or not? if yes, can anyone suggest how to implement them pls? Thank in advance.

kfiross commented 3 years ago

@jaycreate Hi, at the moment Realm Sync isn't supported yet. I think that you can do it manually using your own implementation using method channel, I don't know yet and when I will add it to this plugin

kfiross commented 3 years ago

@jaycreate I don't know if realm_dart is good enough at the moment to solve this, but I think it's worth trying