The purpose of this repository is to contain examples and snippets regarding functional programming in Dart.
- fpdart_either_sample.dart
- fpdart_either_age_sample.dart
- fpdart_either_fizzbuzz_sample.dart
- fpdart_either_payment_sample.dart
- fpdart_reader_sample.dart
Here are a few resources to get you started your functional journey:
- https://fsharpforfunandprofit.com/ by Scott Wlaschin
- https://github.com/spebbe/dartz by Björn Sperber
- https://github.com/SandroMaglione/fpdart by Sandro Maglione
- https://www.sandromaglione.com/ by Sandro Maglione
- https://codewithandrea.com/articles/functional-error-handling-either-fpdart/ by Andrea Bizotto
- https://github.com/marcglasberg/fast_immutable_collections by Marcelo Glasberg and Philippe Fanaro
- https://www.droidcon.com/2022/11/15/getting-started-with-functional-programming/ by Pascal Welsch
- https://resocoder.com/2019/12/14/functional-error-handling-in-flutter-dart-2-either-task-fp/ by Matt Rešetár (Reso Coder)