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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add either_result

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

dependencies:
  either_result: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:either_result/simple_either.dart';
0
likes
120
points
32
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