lit_relative_date_time 1.2.0 lit_relative_date_time: ^1.2.0 copied to clipboard
A Flutter package to generate relative dates to show differences in time in localized and human-readable format.
1.2.0 #
- Add
week
andmonth
time units. - Fix time difference calculation on future dates.
- Refactor source code.
1.1.0 #
- Add
animateOpacity
option onAnimatedRelativeDateTimeBuilder
in order to render using an opacity animation.
1.0.0 #
- Add
RelativeDateTimeFormatBuilder
to allow an simpler API. - Add
AnimatedRelativeDateTimeBuilder
to allow the rendering animated widgets. - Reorganize file structure using sub libraries.
- Refactor source code.
0.0.2 #
- Migrate to Null safety.
0.0.1 #
- Initial release
- lit_relative_date_time - A Flutter package to generate relative dates to show differences in time in localized and human-readable format.