pocketsync_flutter 0.0.6
pocketsync_flutter: ^0.0.6 copied to clipboard
Pocketsync is a Flutter plugin that provides a simple way to sync your data between devices.
0.0.6 #
- Fix: Changes we sometimes sent twice to the server
- Fix readme
0.0.5 #
New Features #
- Add
silent
option toPocketSyncOptions
to disable sync logs
Breaking Changes #
- Renamed
startSync
method tostart
- Renamed
pauseSync
method topause
- Removed
resumeSync
method (usestart
method instead)
Performance Improvements #
- Implemented batch processing for database operations
- Moved changes processing to a separate isolate for better performance
- Optimized sync queue management
- Enhanced conflict resolution handling
- Better retry management
0.0.4 #
- Optimize table extraction algo for watching queries
- Fix: Sometimes, remote changes application caused database locks, it's now fixed
- Fix: Watching queries was not working as expected.
0.0.3 #
- Support watching sql statements
- Fix bug where engine was looking for remote changing despite sync not being enabled
0.0.2 #
- Added dartdoc
- Cleaned up code
0.0.1 #
- Initial release.