GitHub topics: dart-functional-programming
SandroMaglione/fpdart
Functional programming in Dart and Flutter. All the main functional programming types and patterns fully documented, tested, and with examples.
Language: Dart - Size: 1.5 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 595 - Forks: 48
avdosev/either_dart
Either class for Dart or Flutter projects.
Language: Dart - Size: 97.7 KB - Last synced at: 13 days ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 6
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: 192 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 9 - Forks: 1