offline_sync_flutter 1.0.0
offline_sync_flutter: ^1.0.0 copied to clipboard
An automatic offline-first API synchronization system for Flutter apps. Handles request queue management, automatic sync when internet returns, and conflict resolution.
1.0.0 #
- Initial release of
offline_sync_flutterpackage. - Added core sync engine with automatic retry.
- Added Hive and SQLite storage backends.
- Added built-in UI widgets (
SyncIndicator,SyncStatusBanner,PendingRequestsBadge). - Provided extensive configuration options.