flutter_offline_data_sync 1.0.0
flutter_offline_data_sync: ^1.0.0 copied to clipboard
A Flutter package for offline data synchronization with local storage and automatic retry.
1.0.0 #
- Added SQLite support alongside Hive for local storage.
- Improved offline data sync mechanism with a hybrid storage approach.
- Optimized sync performance and data consistency.
- Enhanced error handling for better reliability.
- Code optimizations and minor bug fixes.
0.0.3 #
- Added missing documentation comments for all public API elements.
- Fixed repository URL in
pubspec.yaml
. - Improved package metadata for better pub.dev compliance.
0.0.2 #
- Updated documentation with doc comments for public classes and methods.
- Improved README with a detailed example.
0.0.1 #
- Initial release of
flutter_offline_data_sync
- Added local storage management.
- Implemented network checker for offline sync.
- Basic queue management for syncing pending data.