okay 1.1.0 copy "okay: ^1.1.0" to clipboard
okay: ^1.1.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

1.0.0 #

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

1.0.1 #

  • Fixed typo.

1.1.0 #

  • Added Result.when method.
16
likes
0
pub points
52%
popularity

Publisher

verified publisherhextools.0xba1.xyz

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