crdt_socket_sync 0.2.0
crdt_socket_sync: ^0.2.0 copied to clipboard
Conflict-free replicated data type (CRDT) - Socket sync implementation provided in dart
0.2.0 - 2025-06-26 #
Breaking changes
encode
anddecode
methods ofMessageCodec
have nullable return type
Added #
- Feature: add plugin system
- Feature: add awareness plugin
Fixed #
- Fixed: Fix a missing status update during first connection
- Fixed: Fix a bug where the
connect
start a reconnection loop if the connection is lost
0.1.0 - 2025-06-14 #
- Initial release