daxle 1.1.0
daxle: ^1.1.0 copied to clipboard
A lightweight Dart utility package offering common abstractions and missing features to write safer, more expressive code.
1.1.0 #
- Introduced
Lazytype for lazy evaluation and memoization of values. - Supported transforming
LazytoResult,Option, andEither.
1.0.0 #
- Initial version. (2026-01-10)
- Implemented
Eithertype for representing success or failure. - Implemented
Optiontype for representing the presence or absence of a value. - Implemented
Resulttype for representing a result of an operation that can either succeed or fail.
- Implemented