timeago.dart
timeago.dart copied to clipboard
A library useful for creating fuzzy timestamps. (e.g. "5 minutes ago")
Please, add to readme some ISO link or whatever, because it's unclear which standard is used I were going to add Ukrainian translation, but it uses `uk` and `ua` codes...
Because in this case is only a period between two dates and not from/to now. Thanks for this library!
Translated all messages to azerbaijani (my native) language.
I have a proposal on how to make the package more customizable, including having different rules per locale: It's basically a declarative way of formulating the business logic currently hardcoded...
I was looking for a way to make the language of the text the same as the language of the phone. But I didn't find it. There is a possibility...
Thanks for this great package. How can make it work with Flutter's Intl package? I am trying to give the manual toggle in the app for language change, and want...
A new optional parameter in `format` so if `max_suffix=="days"` then it will show `35 days ago` instead of `about 1 month ago`.
Duplicated days for Arabic locale 7 days ago --> "منذ 77 ايام" Although it is supposed to be "منذ 7 ايام"
Hi admin, I try string 2020-1-6 15:3:8 convert error: timeago.format(DateTime.parse(2020-1-6 15: 3: 8)) => Error If I use: timeago.format(DateTime.parse(2020-01-06 15: 03:08)), that's fine Please help me fix it.
In most of europe it is normal to use the 24 hour clock format. https://en.wikipedia.org/wiki/24-hour_clock After 12:00 PM to 12:00 AM the time always shows -12 hours.