timeago.dart icon indicating copy to clipboard operation
timeago.dart copied to clipboard

A library useful for creating fuzzy timestamps. (e.g. "5 minutes ago")

Results 56 timeago.dart issues
Sort by recently updated
recently updated
newest added

Hi, Plugin should be using Arabic numbers for "ar" language code. i.e. it should be "String aboutAMinute(int minutes) => '~1 د';" instead of "String aboutAMinute(int minutes) => '~د ١';". Thanks....

help wanted

In hindi localization it writes ago+before in hindi it should write एक दिन पहले or एक दिन पूर्व but it added the last words of both lines पहले + पूर्व

help wanted

I'm trying to compare time to UTC by passing UTC date but it still take the time from mobile timezone Here is the test > DateTime utcDate = DateTime.now().toUtc(); DateTime...

help wanted

Hello, Using for exemple : - timeago.setLocaleMessages('fr', timeago.FrMessages()) to override default locale to French locale and, - timeago.format(data[index].time, locale: 'fr') I get this error : I/flutter ( 3259): Locale [fr]...

Now that the `timeago_flutter_example`will be used for the live demo we should add all the available locales into that demo. **Scope** - Setup your local dev environment see README's local...

help wanted

Hi, I would like to add Serbian locale, is that change welcome?

Interface `LookupMessages` declares following methods to append "ago" to the formatted time: ``` /// Example: `prefixAgo()` 1 min `suffixAgo()` String prefixAgo(); /// Example: `prefixFromNow()` 1 min `suffixFromNow()` String prefixFromNow(); ///...