timeago.dart
                                
                                 timeago.dart copied to clipboard
                                
                                    timeago.dart copied to clipboard
                            
                            
                            
                        A library useful for creating fuzzy timestamps. (e.g. "5 minutes ago")
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....
In hindi localization it writes ago+before in hindi it should write एक दिन पहले or एक दिन पूर्व but it added the last words of both lines पहले + पूर्व
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...
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...
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(); ///...