resultify 0.4.0 resultify: ^0.4.0 copied to clipboard
A Dart package for result-oriented programming, providing Result<R, E> type with convenient methods for streamlined error handling.
0.4.0 #
- Refactored
Result
to have a cleaner codebase. Result
is now a typedef to a tuple.- Removed the context feature, as it wasn't that helpful.
0.3.0 #
- Added wrapping function for Futures.
0.2.0 #
- Added
withContext
method, it is now possible to add context to results.
0.1.2 #
- Fixed
match
method, it is now possible to transform the result into another type.
0.1.1 #
- Fixed library documentation.
0.1.0 #
- Initial version.