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

outdated

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

1.2.0 #

  • Added sieve method on Iterable<Result<T, E>>

1.1.0 #

  • Added Result.when method.

1.0.1 #

  • Fixed typo.

1.0.0 #

  • Initial stable release.
  • Better readme and example.
  • Removed ResultType from api.
  • Added methods on Iterable of Result.

0.6.0 #

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

0.5.0 #

Changed dart version to 2.12

0.4.0 #

Breaking api changes: removed ResultType enum from api

0.3.0 #

Breaking api changes: Result.ok, Result.err

0.2.0 #

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

0.1.0 #

Initial release

16
likes
0
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

License

unknown (license)

Dependencies

meta

More

Packages that depend on okay