eitherx 3.0.0
eitherx: ^3.0.0 copied to clipboard
Either provides a way to handle errors and exceptions in a more expressive and concise way
3.0.0 #
- Breaking:
Eitheris now asealedclass (andLeft/Rightarefinal), enabling exhaustiveswitchpattern matching overLeftandRightwithout a default case. - Breaking: Require Dart 3 (
sdk: ">=3.0.0 <4.0.0").
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.