either_result 0.0.1 copy "either_result: ^0.0.1" to clipboard
either_result: ^0.0.1 copied to clipboard

A simple package for functional-style error handling using Either.

Either Result #

A simple package for functional-style error handling using Either. #


Either<Failure,String> getStringOrint(){
    try {
        return Right("Hello");
    } catch(e) {
        return Left("Error");
    }
}
0
likes
120
points
43
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple package for functional-style error handling using Either.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on either_result