get_time_ago 1.0.5 get_time_ago: ^1.0.5 copied to clipboard
A new Flutter plugin to format DateTime in seconds ago, minutes ago, hours ago, days ago and date.
Changelog #
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.