type_result 3.0.0
type_result: ^3.0.0 copied to clipboard
type_result is a Dart package that simplifies error handling and outcome representation with the Result type. Handle errors effectively and enhance code reliability with ease using type_result.
1.0.0 #
- Implement Result Type
1.0.1 #
- Add some method to FutureResult
1.0.2 #
- Fix import
1.0.3 #
- Add some method to FutureResult
1.0.4 #
- Add some method to FutureResult
2.0.0 #
- break: Change the name of the
Err
type toExcept
. - feat: Change the
Result
type from abstract class to sealed class. - feat: Update to Dart 3.0
3.0.0 #
- break: Change the name of the
Except
type toFailure
. - break: Change the name of the
Ok
type toSuccess
.