pocketsync_flutter 0.0.6 copy "pocketsync_flutter: ^0.0.6" to clipboard
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 to PocketSyncOptions to disable sync logs

Breaking Changes #

  • Renamed startSync method to start
  • Renamed pauseSync method to pause
  • Removed resumeSync method (use start 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.
8
likes
0
points
93
downloads

Publisher

verified publisherpocketsync.dev

Weekly Downloads

Pocketsync is a Flutter plugin that provides a simple way to sync your data between devices.

Homepage

License

unknown (license)

Dependencies

connectivity_plus, crypto, device_info_plus, dio, flutter, meta, socket_io_client, sqflite, synchronized, uuid

More

Packages that depend on pocketsync_flutter