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