sync_datetime 0.1.0
sync_datetime: ^0.1.0 copied to clipboard
A production-quality Dart package for reliable and predictable DateTime synchronization between clients and servers.
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).