mayr_result 1.0.0
mayr_result: ^1.0.0 copied to clipboard
A lightweight functional-style Result type for Dart that represents success or failure outcomes. Simplifies error handling by replacing exceptions with safe, expressive result objects.
1.0.0 #
- π Initial stable release
- β¨ Implemented
MayrResult<T, E>type withOkandErrvariants - β
Added pattern matching with
when,onOk, andonErrmethods - π§ Added composable methods:
thenandcatchError - π Added comprehensive documentation and examples
- β Added extensive test coverage
- π Full support for type inference and null safety
0.1.0 #
- Initial version