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

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

Conditions #

pub package CI codecov

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

Example usage #

Check out the example for a simple example.

Features #

  • Type-safe: The entire condition tree is typed to your type T.
  • Extensible: Define Test objects given your own domain. Conditions does the work of evaluating them.
  • Readable: The API is designed to be readable and expressive.

Installation #

dart pub add blackbird
0
likes
0
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

License

unknown (license)

Dependencies

collection, equatable, uuid

More

Packages that depend on blackbird