drift_crdt 1.0.7+1 drift_crdt: ^1.0.7+1 copied to clipboard
A Flutter-only implementation of a drift CRDT database, based on the `sqlite_crdt` package and `sqflite`.
1.0.7 #
- Improve serializable datatype.
- Bump dependencies.
1.0.6 #
- Add crdt library to dependencies and reexport it.
1.0.5 #
- Add bypass for the queryDeleted function for non CRDT databases.
1.0.4 #
- Added an 'inMemory' constructor to the database. This is useful for testing and development.
1.0.3 #
- Update Readme with migrations instructions.
1.0.2 #
- Upgraded synchroflite to 0.1.1
1.0.1 #
- Added note about Android and iOS support.
1.0.0 #
- Initial release based on drift_sqflite.