offline_sync_manager 0.0.1
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/.