eitherx 2.1.0
eitherx: ^2.1.0 copied to clipboard
Either provides a way to handle errors and exceptions in a more expressive and concise way
2.1.0 #
- Add
map,mapLeft,bimap,flatMap,getOrElse,orElseandensuremethods.
2.0.1 #
- Remove meta dependency
2.0.0 #
- Support better string representation.
- Migrate to Dart 3.
1.0.4 #
- Add
isRightmethod
1.0.3 #
- Add
Unitclass - Update ReadMe
1.0.2 #
- fix compatibility flutter_test
1.0.1 #
- Add example.
- Change package description.
1.0.0 #
- Initial version.