resultify 0.4.0 copy "resultify: ^0.4.0" to clipboard
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.
1
likes
140
pub points
36%
popularity

Publisher

verified publisherintales.it

A Dart package for result-oriented programming, providing Result<R, E> type with convenient methods for streamlined error handling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on resultify