type_result 1.0.6 copy "type_result: ^1.0.6" to clipboard
type_result: ^1.0.6 copied to clipboard

type_result is a Dart package that simplifies error handling and outcome representation with the Result type. Handle errors effectively and enhance code reliability with ease using type_result.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add type_result

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  type_result: ^1.0.6

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:type_result/type_result.dart';
1
likes
140
pub points
49%
popularity

Publisher

verified publishersora.fukui.jp

type_result is a Dart package that simplifies error handling and outcome representation with the Result type. Handle errors effectively and enhance code reliability with ease using type_result.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on type_result