isar_crdt icon indicating copy to clipboard operation
isar_crdt copied to clipboard

Results 5 isar_crdt issues
Sort by recently updated
recently updated
newest added

- Hello, I think this package might be useful to me, would you mind adding example on how to use the package?

Unfortunately it does not work with @embedded objects. It just sees it as an insert. (for .toJson() i'm using the json_annotation package) for example: ```dart @JsonSerializable() @collection class Orders extends...