flutter_auto_sync 0.0.5
flutter_auto_sync: ^0.0.5 copied to clipboard
A Flutter package for offline data storage and automatic API synchronization when internet connectivity is restored.
0.0.5 #
- Fixed files
0.0.4 #
- Fixed LICENSE file to use a recognized OSI-approved MIT license
- Updated dependencies to latest compatible versions
- Fixed analyzer warnings and improved code quality
- Improved connectivity handling logic
- Updated documentation
0.0.3 #
- Updated dependencies to latest versions
- Fixed connectivity check for new connectivity_plus API
- Improved code quality based on Flutter analyzer suggestions
- Added const constructors where possible
- Improved documentation comments
0.0.2 #
- Added retry mechanism for failed sync requests
- Added updateItem method in LocalStorage
- Improved offline queue reliability
- Updated documentation
0.0.1 #
- Initial release of flutter_auto_sync
- Offline storage using Hive
- Automatic sync when internet connectivity returns