date_manager 0.0.2
date_manager: ^0.0.2 copied to clipboard
A simple and easy-to-use date formatting and relative time utility for Flutter and Dart.
0.0.2 - 2025-08-25 #
Fixed #
- Dangling library doc comment in
lib/src/parser.dart. - Applied Dart formatting to all source files.
0.0.1 - 2025-08-25 #
Added #
- Initial release of
date_manager. - Predefined numeric date formats:
shortDate,shortDate2Digit,shortDateUS,shortDateUS2Digit,isoDate,shortDateDash,shortDateDashUS. - Predefined textual/written date formats:
longDate,longDateUS,longDateAbbr,longDateAbbrUS,fullDate. - Time formats:
shortTime24,shortTime12,longTime24,longTime12. - Date + time formats:
dateTime24,dateTime12,dateTime24US,dateTime12US,longDateTime24,longDateTime12. - Human-readable relative time functions:
DateManager.timeAgo()for past dates.DateManager.timeLater()for future dates.
- Fully compatible with Flutter and pure Dart.