blackbird 0.0.4 copy "blackbird: ^0.0.4" to clipboard
blackbird: ^0.0.4 copied to clipboard

A boolean logic library for Dart and Flutter, allowing you to build trees of conditions and evaluate them.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add blackbird

With Flutter:

 $ flutter pub add blackbird

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

dependencies:
  blackbird: ^0.0.4

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:blackbird/blackbird.dart';
0
likes
160
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

A boolean logic library for Dart and Flutter, allowing you to build trees of conditions and evaluate them.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, uuid

More

Packages that depend on blackbird