result_dart 1.1.0
result_dart: ^1.1.0 copied to clipboard
Result for dart. It is an implementation based on Kotlin Result and Swift Result.
1.1.0 - 2023-07-05 #
- feat: Added onSuccess and onFailure callbacks
1.0.6 - 2023-05-11 #
- feat: Dart 3.0.0 support
1.0.5 - 2023-01-26 #
- feat: Added FutureOr in AsyncResult.MapError
1.0.4 - 2023-01-26 #
- feat: Added FutureOr in AsyncResult.Map
1.0.3 - 2022-12-22 #
- fix: AsyncResult recover
1.0.2 - 2022-12-18 #
- fix: separed functions.dart import
1.0.1 - 2022-12-17 #
- fix: recover operator return a
Resultinstead aFailure.
1.0.0+2 - 2022-12-16 #
- Initial release