screwdriver 1.2.0
screwdriver: ^1.2.0 copied to clipboard
A dart package aiming to provide useful extensions and helper functions to ease and speed up development.
1.2.0 #
- Add
isNullOrEmptyandisNotNullOrEmptyextensions for collections. - Add
isNullOrEmptyandisNotNullOrEmptyextensions for string. - Add
isNullOrBlankandisNotNullOrBlankextensions for string.
1.1.1 #
- Add extensions
isInYearsandinYearsforDuration. - Add extension
fromNow()forDateTime. - Fix Issue:
DeBouncerthrowing null pointer exception when callingcancel().
1.1.0 #
- Added extension format date using
DateFormatfrom intl package. - Added debouncer helper class that allows to debounce calls to a method for certain amount of time.
- Added extension
tofor generic to create pairs like it is done in Kotlin.
1.0.1 #
- Fix pub.dev warnings.