extensions_lover 1.2.0
extensions_lover: ^1.2.0 copied to clipboard
Contains some of the methods and getters in extensions that mostly used by Flutter Developer
1.2.0 #
- Add
takeChars(int number)method to take first N characters from a string with safe overflow and zero handling. - Add
takeWords(int number)method to take first N words from a string with whitespace as delimiter.
1.1.0 #
- Add DateTime helpers to check if a date is today, yesterday, or tomorrow (
isToday,isYesterday,isTomorrow).
1.0.1 #
- Update Documentation.
1.0.0 #
- Create the package.