get_time_ago 1.2.1 get_time_ago: ^1.2.1 copied to clipboard
A Flutter package to convert and format `DateTime` object into `get_time_ago` format to get String like `10 seconds ago`, `a minute ago`, `7 hours ago`, etc.
Changelog #
All notable changes to this project will be documented in this file.
1.2.1 #
- Documentation: Updated documentation.
- Fix: All known bugs and issues fixed.
1.2.0 #
intl
version updated.- All known bugs fixed.
1.1.8 #
- Added support for
Vietnamese
(vi) locale. - All known issues have been fixed.
1.1.7 #
- Added Urdu (ur) and Arabic (ar) locales support.
- Added utility functions to convert English numbers to Urdu and Arabic numbers.
- Added and updated tests.
- Documentation improvements.
- All known bugs fixed.
1.1.6 #
- Project structure changed/updated.
- Adding method to override DefaultMessages.
- Adding method to add your own Locale and Messages.
- Some unnecessary codes are removed.
- Documentation updated.
1.1.5 #
- Added Turkish (tr) locale support.
- Minor bug fixes.
1.1.4 #
- Minor bug fixes.
- Performance improvements.
1.1.3 #
- Added Indonesian (id) locale support.
- Bug fixes.
- Documentation updated.
1.1.2 #
- Bug fixes.
- Documentation updated.
1.1.1 #
- Added Traditional Chinese (zh_tr) locale support.
- Bug fixes.
- Documentation updated.
1.1.0 #
- Added German (de) locale support.
- Bug fixes.
- Documentation updated.
1.0.9 #
- Added Korean (ko) locale support.
- Bug fixes.
1.0.8 #
- Bug fixes.
- Performance improvements.
- Source code optimization.
1.0.7+1 #
- Minor bug fixes.
- Performance improvements.
1.0.7 #
- Added Occitan (oc) locale support.
- Minor correction in French locale.
- Minor bug fixes.
1.0.6 #
- Added Japanese (ja) locale support.
- Added an argument that can change the DateFormat pattern.
- Documentation updated.
- Added updated screenshots from Android.
- Minor bug fixes.
- Performance improvements.
1.0.5 #
- Documentation updated.
1.0.4 #
- Performance improvements.
- Time will display with date.
1.0.3 #
- Name of default class changed to
GetTimeAgo
. - Method
getTimeAgo
renamed toparse
. - Documentation updated.
1.0.2 #
- Revamped documentation.
- Source code optimised.
1.0.1 #
- Minor bug fixes.
- Added Simplified Chinese (zh) locale support.
- Source code optimised.
- Revamped documentation.
1.0.0 #
- Null Safety support.
- Minor bug fixes.
- Performance improvements.
0.1.7 #
- Bug fixes.
- Performance improvements.
0.1.6 #
- Minor bug fixes.
0.1.3 #
- Minor bug fixes.
- Source code optimised.
- Revamped example for better illustration.
0.1.2 #
- Minor bug fixes.
- Revamped documentation.
0.1.1 #
- Minor bug fixes.
- Revamped documentation.
- Revamped example for better illustration.
0.1.0 #
- Added English (en) locale support.
- Added Spanish (es) locale support.
- Added French (fr) locale support.
- Added Hindi (hi) locale support.
- Added Portuguese (pt) locale support.
- Added Brazil (br) locale support.
- Source code optimised.
- Minor bug fixes.
- Revamped documentation.
- Revaped plugin to support for latest builds.
- Revamped example for better illustration.
0.0.7 #
- Minor bug fixes.
0.0.6 #
- Fixed some bugs.
- Updated example.
0.0.5 #
- Updated screenshots.
0.0.4 #
- Added example for implementation.
- Added some android screenshots.
- Fixed some bugs.
0.0.3 #
- Made Function
getTimeAgo()
static.
0.0.2 #
- Use
TimeAgo.getTimeAgo
to format DateTime.
0.0.1 #
- Initial release.