-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request to add example on how to use the package #1
Comments
@davidlondono from the given example
ChangesyncBaseModel is not found, any help on that or we took a different approach? I lost the ability to send you messages on telegram and I am unable to contribute with no communication open. |
@richard457 it think you just need to use the same CrdtBaseModel like so:
|
@richard457 also check the "test" folder for integration examples. [isar_crdt_test.dart] should give you practical examples. just ignore the test() and expect() lines and the general Mocking stuff which is test suite related. |
@eelco2k thanks I will check it out, do you mind also if you can share the real example as well? |
hi @richard457 ... here is a working example https://github.com/meltzow/isar_crdt_example I created it based on your github repo to understand how isar_crdt is working |
The text was updated successfully, but these errors were encountered: