simply_result 1.2.0 copy "simply_result: ^1.2.0" to clipboard
simply_result: ^1.2.0 copied to clipboard

A lightweight Result type for Dart with functional helpers, async support, and zero dependencies.

Changelog #

1.2.0 #

✨ Added #

  • CI/CD workflows

♻️ Tests #

  • Arrive at 100% coverage

1.1.1 #

♻️ Improved #

  • Update tests
  • add example

1.1.0 #

✨ Added #

  • Collection parallel

♻️ Improved #

  • Documentation expanded across all APIs

1.0.0 #

🎉 Initial release

✨ Features #

  • Core Res<E, T> result type
  • Success / Error modeling
  • Functional operations:
    • map, mapError, andThen
    • fold, when
  • Async helpers:
    • mapAsync, flatMapAsync
    • tryCatch, asyncTry
  • Utility helpers:
    • recover, getOrElse, filter
  • High test coverage
2
likes
160
points
246
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight Result type for Dart with functional helpers, async support, and zero dependencies.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on simply_result