yak_result 3.0.1
yak_result: ^3.0.1 copied to clipboard
a lightweight dart micro-package to help you handle functions results
3.0.1 #
- update dependencies
- rework using "extension type"
- BREAKING CHANGES
2.1.1 #
- update dependency
- remove delegates to avoid implicit_call_tearoffs
2.0.3 #
- example link and readme update
- update dependency
- update to dart 3
1.0.1 #
- removed
Pending
- remove
thenRun
andcallback
- added
VoidResult
,ValueResult
- added
VoidSuccess
,ValueSuccess
- breaking changes to extensions
- added
combine
extension forIterable
- update dependencies
- major release
- update typedefs
- update dependencies
- add
Pending
toResult
- update extensions
0.1.0 #
- updated to dart
2.17.6
- update readme
- imported from
yak_runner
- mixin reworked as extensions