result_flow 1.3.0 copy "result_flow: ^1.3.0" to clipboard
result_flow: ^1.3.0 copied to clipboard

Provides a Result type (Result<T>) for robust error handling, encapsulating either a success value or an error. Includes helpers for safe execution and chaining.

1.3.0 #

  • added stack trace to result error

1.2.0 #

  • add DomainError.fromCode(String code) and the same to other errors to make error creation shorter syntaxically
  • updated README.md to include fetch_result_bloc to related packages

1.1.1 #

  • updated README.md to include related packages

1.1.0 #

  • Added handle and handleAsync that allows mapping of errors to either success or other error types
  • added documentation
  • updated pubspec dependencies

1.0.0 #

  • Initial version.
3
likes
160
points
4
downloads

Publisher

verified publishernaifr.dev

Weekly Downloads

Provides a Result type (Result<T>) for robust error handling, encapsulating either a success value or an error. Includes helpers for safe execution and chaining.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on result_flow