chronos_formatter 0.0.1
chronos_formatter: ^0.0.1 copied to clipboard
A simple and flexible DateTime formatter for Dart & Flutter. Format dates and times with custom order, padding, 12H/24H system, and more.
0.0.1 #
- Initial release of
chronos_formatter. - Added
ChronosFormatter.formatmethod. - Supports:
- Date order (DMY, MDY, YMD).
- 12H/24H systems with optional AM/PM.
- Leading zeros for day/month.
- Two-digit or full year.
- Seconds (optional).
- Configurable date/time separators.
- Throws
ArgumentErrorwhen bothshowDateandwithHoursarefalse. - Includes unit tests and example usage.