tie_fp 1.0.1
tie_fp: ^1.0.1 copied to clipboard
Functional Opinionated library for Flutter
1.0.1 #
- Breaking change: Change structure of constructor to make properties named
- Add optional
reportparameter totoResult()extension
1.0.0 #
- Add optional repor error parameter
- Change
toString()override to make it clear the original result
0.0.9 #
- Fix
Errorneed to be nullable
0.0.8 #
- Change
StackTracebehaviour. - Add
toString()toSuccess
0.0.7 #
- Remove
StackTracefrom future.
0.0.6 #
- Change
StackTraceobtaining.
0.0.5 #
- Add documentation.
- Remove nullable from
getValue. - Add
Result.wrapFunction()factory. - Remove
T Function()extension.
0.0.4 #
- Add
onErrorcallback to unified all error messages. - Add
T Function()extension.
0.0.3 #
- Add
toResult()extension onFuture<T> - Add
stackTraceoption onFailure
0.0.2 #
- Minimal changes.
0.0.1 #
- Initial version.