Skip to content

Commit

Permalink
docs: reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
hoc081098 committed Aug 21, 2022
1 parent a003409 commit e23d944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,8 @@ Either monad for Dart language and Flutter framework.
The library for error handling and railway oriented programming.
Supports `Monad comprehension` (both `sync` and `async` versions).
Supports `async map` and `async flatMap` hiding the boilerplate of working with asynchronous computations `Future<Either<L, R>>`.
Error handler library for type-safe and easy work with errors on Dart and Flutter.
Either is an alternative to Nullable value and Exceptions.

## Credits: port and adapt from [Λrrow-kt](https://github.com/arrow-kt/arrow).

Expand Down
5 changes: 4 additions & 1 deletion pubspec.yaml
@@ -1,5 +1,8 @@
name: dart_either
description: Small lib for catching errors and turn it into a value.
description: >
Either monad for Dart language and Flutter framework.
Type-safe error handling, railway oriented programming.
Supports Monad comprehension, async map, async flatMap.
version: 1.0.0-beta03
homepage: https://github.com/hoc081098/dart_either.git
repository: https://github.com/hoc081098/dart_either.git
Expand Down

0 comments on commit e23d944

Please sign in to comment.