flutter_offline_data_sync 0.0.3
flutter_offline_data_sync: ^0.0.3 copied to clipboard
A Flutter package for offline data synchronization with local storage and automatic retry.
0.0.3 #
- Added missing documentation comments for all public API elements.
- Fixed repository URL in
pubspec.yaml
. - Improved package metadata for better pub.flutter-io.cn 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.