fabrik_result 0.1.0 copy "fabrik_result: ^0.1.0" to clipboard
fabrik_result: ^0.1.0 copied to clipboard

A lightweight toolkit for functional-style types like Either, built for clarity and real-world use.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fabrik_result

With Flutter:

 $ flutter pub add fabrik_result

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

dependencies:
  fabrik_result: ^0.1.0

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:fabrik_result/fabrik_result.dart';
3
likes
0
points
193
downloads

Publisher

verified publisherfabriktool.com

Weekly Downloads

A lightweight toolkit for functional-style types like Either, built for clarity and real-world use.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fabrik_result