dart_exceptor 1.1.0 copy "dart_exceptor: ^1.1.0" to clipboard
dart_exceptor: ^1.1.0 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.

example/main.dart

import 'exception.dart';
import 'package:dart_exceptor/src/trace/base/itrace.dart';


void main() {
  //lets test the resultx implementatrion
}
typedef ITrace<T> = Trace<T, IException>;
4
likes
0
points
146
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, idiomatic Dart result type. Built on Dart 3 with zero dependencies. Features Trace<T,E>, Ok, Err, split, map, mapError and bind.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on dart_exceptor