A small typed and safe library for error handling with functionnal programming concept in Dart and flutter project
-
Updated
Oct 31, 2022 - Dart
A small typed and safe library for error handling with functionnal programming concept in Dart and flutter project
Either class for Dart or Flutter projects.
💊 Result Type for Dart represents either a success or a failure, including an associated value in each case.
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…
This repository provides a Dart and Flutter library for handling API calls using Dartz's `Option` and `Either` types. It includes `BaseController` and `BaseView` classes to streamline common functionality in your Dart and Flutter projects.
Encapsulate a value as a success or an error as a failure using Result and execute a function using runCatching that returns a Result, both similar to those found in Kotlin.
Add a description, image, and links to the either topic page so that developers can more easily learn about it.
To associate your repository with the either topic, visit your repo's landing page and select "manage topics."