An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: dart-either

avdosev/either_dart

Either class for Dart or Flutter projects.

Language: Dart - Size: 97.7 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 30 - Forks: 7

hoc081098/dart_either

Either monad for Dart language and Flutter framework. The library for error handling and railway oriented programming. Supports `Monad comprehensions` (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.

Language: Dart - Size: 175 KB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 9 - Forks: 1