easix 1.0.2
easix: ^1.0.2 copied to clipboard
easix is a helper package that provide multiple handy function to use in your flutter project.
1.0.2 #
- pump inil version to 0.19.0
- new functions added:
isBeforeto check if a date is before another date.isAfterto check if a date is after another date.differenceInMinutesto get the difference in minutes between two dates.isBetweento check if a date is between two dates.to12Timeto convert a date to 12-hour time format.
1.0.1 #
- Add 'initials' extension function to get the initials of a string.
- it's now stable 🎉🎉🎉
- fixes
1.0.0 #
- Add 'initials' extension function to get the initials of a string.
- it's now stable 🎉🎉🎉
0.0.6 #
- fix
convertToSortedDateListto return a sorted list of dates.
0.0.5 #
- add new function
convertToSortedDateListthat convert any list with a date property to a sorted list of dates. - improvements on
toHumanDate()to supportArabicandEnglishlanguages. - improvements on
toHumanDate()to supportshortandfulldate formats. - Remove the
toHumanDateString()extension function .
0.0.4 #
- Fix on failure
0.0.3 #
- Fix example
0.0.2 #
- Fix readme
0.0.1 #
- Initial release