nadz 0.0.7-beta copy "nadz: ^0.0.7-beta" to clipboard
nadz: ^0.0.7-beta copied to clipboard

Carefully crafted monads, such as Result and Option for exhaustive pattern matching in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add nadz

With Flutter:

 $ flutter pub add nadz

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

dependencies:
  nadz: ^0.0.7-beta

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:nadz/nadz.dart';
6
likes
160
pub points
45%
popularity

Publisher

verified publisherchristianfindlay.com

Carefully crafted monads, such as Result and Option for exhaustive pattern matching in Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

More

Packages that depend on nadz