okay 0.6.0 copy "okay: ^0.6.0" to clipboard
okay: ^0.6.0 copied to clipboard

Typesafe error-handling for dart . An implementation of rust's `Result` type in dart.

0.1.0 #

Initial release

0.2.0 #

Breaking api changes: Result.mapOrElse(), Result.mapOr()

0.3.0 #

Breaking api changes: Result.ok, Result.err

0.4.0 #

Breaking api changes: removed ResultType enum from api

0.5.0 #

Changed dart version to 2.12

0.6.0 #

Created extension Collect<T, E> on Iterable<Result<T, E>>: Iterable.collect, Iterable.collectOr, Iterable.collectOrElse

16
likes
140
points
34
downloads

Publisher

verified publisherhextools.0xba1.xyz

Weekly Downloads

Typesafe error-handling for dart . An implementation of rust's `Result` type in dart.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on okay