offline_sync_manager 0.0.1 copy "offline_sync_manager: ^0.0.1" to clipboard
offline_sync_manager: ^0.0.1 copied to clipboard

A Flutter plugin for offline-first data synchronization with local storage, sync queue, conflict resolution, retries, and real-time event broadcasting.

Changelog #

0.0.1 #

  • Initial release of offline_sync_manager.
  • Features:
    • Offline-first data storage using Hive.
    • Remote synchronization with RESTful API.
    • Sync queue for offline operations.
    • Conflict resolution with last-write-wins strategy.
    • Automatic retries with exponential backoff.
    • Real-time event broadcasting via streams.
  • Example weather app included in example/.
4
likes
120
points
1
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for offline-first data synchronization with local storage, sync queue, conflict resolution, retries, and real-time event broadcasting.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, hive, hive_flutter, http, uuid

More

Packages that depend on offline_sync_manager

Packages that implement offline_sync_manager