daxle 1.0.0 copy "daxle: ^1.0.0" to clipboard
daxle: ^1.0.0 copied to clipboard

A lightweight Dart utility package offering common abstractions and missing features to write safer, more expressive code.

1.0.0 #

  • Initial version. (2026-01-10)
    • Implemented Either type for representing success or failure.
    • Implemented Option type for representing the presence or absence of a value.
    • Implemented Result type for representing a result of an operation that can either succeed or fail.
1
likes
160
points
89
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart utility package offering common abstractions and missing features to write safer, more expressive code.

Repository (GitHub)
View/report issues

Topics

#functional #option #result #either #fp

Documentation

API reference

License

MIT (license)

Dependencies

equatable, meta

More

Packages that depend on daxle