conveniently 1.4.0
conveniently: ^1.4.0 copied to clipboard
Conveniently helps you write Dart code conveniently. It provides various extension functions for very common operations.
Conveniently Changelog #
1.4.0 #
- Added record function:
passTo. Convenience for calling functions using records.
1.3.0 #
- Added
curryfor functions. - Added
rotfor functions.
1.2.0 #
- Added
alwaysTrueandalwaysFalsepredicate functions.
1.1.0 #
- Added
mapandflatMapfunctions toResult.
1.0.0 #
- Initial version.