relative_time icon indicating copy to clipboard operation
relative_time copied to clipboard

A Flutter package to express a DateTime object relative to the current time in text form.

Results 3 relative_time issues
Sort by recently updated
recently updated
newest added

There is a bug when calculating the relative days in the future as shown by the test below. I think the time difference calculated is not normalised correctly ```dart test('one...

The code below is incorrectly suggesting that the second date in the list is occurring tomorrow. I am using rrules to generate the date instances and convert them with the...

I noticed that using this library significantly increases the web build size. In my case, the increase in `main_dart.js` is +576,461 bytes, and that is after defer loading the localizations....