easix 1.0.0 easix: ^1.0.0 copied to clipboard
easix is a helper package that provide multiple handy function to use in your flutter project.
1.0.0 #
- Add 'initials' extension function to get the initials of a string.
- it's now stable 🎉🎉🎉
0.0.6 #
- fix
convertToSortedDateList
to return a sorted list of dates.
0.0.5 #
- add new function
convertToSortedDateList
that convert any list with a date property to a sorted list of dates. - improvements on
toHumanDate()
to supportArabic
andEnglish
languages. - improvements on
toHumanDate()
to supportshort
andfull
date 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