resultx 1.0.5
resultx: ^1.0.5 copied to clipboard
A Future Aware Result class to grcefully handle success and error and their Futures without the need to await on each step
1.0.5 #
- Fixed typo in README.md and revert some examples to previous state
1.0.4 #
- Updated docs
1.0.3 #
- Added
Result.successfactory method - Added
Result.errorfactory method - Added
Result.handlestatic method - Added
Result.futurestatic method - Added dart docs to all public APIs
- Updated README with new factory methods and static methods
1.0.2 #
- Readme Updated
1.0.1 #
- Description Updated
1.0.0 #
- Initial version.