tie_fp 1.0.0 tie_fp: ^1.0.0 copied to clipboard
Functional Opinionated library for Flutter
1.0.0 #
- Add optional repor error parameter
- Change
toString()
override to make it clear the original result
0.0.9 #
- Fix
Error
need to be nullable
0.0.8 #
- Change
StackTrace
behaviour. - Add
toString()
toSuccess
0.0.7 #
- Remove
StackTrace
from future.
0.0.6 #
- Change
StackTrace
obtaining.
0.0.5 #
- Add documentation.
- Remove nullable from
getValue
. - Add
Result.wrapFunction()
factory. - Remove
T Function()
extension.
0.0.4 #
- Add
onError
callback to unified all error messages. - Add
T Function()
extension.
0.0.3 #
- Add
toResult()
extension onFuture<T>
- Add
stackTrace
option onFailure
0.0.2 #
- Minimal changes.
0.0.1 #
- Initial version.