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