sync_datetime 0.1.1
sync_datetime: ^0.1.1 copied to clipboard
A production-quality Dart package for reliable and predictable DateTime synchronization between clients and servers.
0.1.1 #
- Add repository metadata to
pubspec.yaml. - Fix potential 1-hour parsing offset bug under Daylight Saving Time (DST) transitions in
fromServer. - Improve parameter naming on
toUtcandtoServerfor clarity. - Implement detailed
ArgumentError.valuedebugging information. - Add additional test coverage for negative timezone offset parsing.
0.1.0 #
- Initial version.
- Implement reliable, predictable DateTime synchronization methods:
toUtc,fromUtc,toServer,fromServer, andcombine. - Enforce strict parameter validation and robust parsing of ISO 8601 strings (handling both explicit and implicit UTC formats).