zero_nads 0.0.1
zero_nads: ^0.0.1 copied to clipboard
A zero runtime cost framework for structuring code within monad-style wrappers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add zero_nadsWith Flutter:
$ flutter pub add zero_nadsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
zero_nads: ^0.0.1Alternatively, 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:zero_nads/zero_nads.dart';