result_flow 1.3.0
result_flow: ^1.3.0 copied to clipboard
Provides a Result type (Result<T>) for robust error handling, encapsulating either a success value or an error. Includes helpers for safe execution and chaining.
1.3.0 #
- added stack trace to result error
1.2.0 #
- add
DomainError.fromCode(String code)and the same to other errors to make error creation shorter syntaxically - updated
README.mdto includefetch_result_blocto related packages
1.1.1 #
- updated
README.mdto include related packages
1.1.0 #
- Added
handleandhandleAsyncthat allows mapping of errors to either success or other error types - added documentation
- updated pubspec dependencies
1.0.0 #
- Initial version.