easix 0.0.6 easix: ^0.0.6 copied to clipboard
easix is a helper package that provide multiple handy function to use in your flutter project.
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