type_result 1.0.2 copy "type_result: ^1.0.2" to clipboard
type_result: ^1.0.2 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 Dart:

 $ dart pub add type_result

With Flutter:

 $ flutter pub add type_result

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

dependencies:
  type_result: ^1.0.2

Alternatively, your editor might support dart pub get or 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
0
pub points
48%
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

License

unknown (license)

Dependencies

flutter

More

Packages that depend on type_result