dart_exceptor 1.1.2
dart_exceptor: ^1.1.2 copied to clipboard
A lightweight, idiomatic Dart result type. Built on Dart 3 with zero dependencies. Features Trace<T,E>, Ok, Err, split, map, mapError and bind.
1.0.0 #
- Initial release
Trace<T, E>abstract base typeOk<T, E>— success implementationErr<T, E>— failure implementationsplit— terminal handler for both outcomesmap— extract and transform success valuemapError— extract and transform error valuebind<B>— chain operations with type transformation
1.1.0 #
- Optimization
1.1.1 #
- Added Repositiory link
1.1.2 #
- Added useage example in main.dart