
Functional Error Handling with Either and fpdart in Flutter: An Introduction
10 min read
Fpdart aims to bring all the main types found in functional languages to Dart. Here we focus on the Either type and learn how to use it for robust error handling.