offline_sync_flutter 1.0.2
offline_sync_flutter: ^1.0.2 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.2 #
- Fixed a compilation error caused by breaking changes in
connectivity_plus6.0.0.
1.0.1 #
- Bumped
connectivity_plusdependency version constraint to support latest versions (^6.0.0).
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.