either_type 0.1.2 copy "either_type: ^0.1.2" to clipboard
either_type: ^0.1.2 copied to clipboard

The library for Error Handling. Armed with Either, you can write code that returns either an exception or a legitimate result (but never both) while retaining type safety. The common functional conven [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add either_type

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  either_type: ^0.1.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:either_type/either_type.dart';
2
likes
20
pub points
0%
popularity

Publisher

unverified uploader

The library for Error Handling. Armed with Either, you can write code that returns either an exception or a legitimate result (but never both) while retaining type safety. The common functional convention is that the left of an Either class contains an exception (if any), and the right contains the result.

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on either_type