blackbird 0.0.1
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 #
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
Testobjects given your own domain.Conditionsdoes the work of evaluating them. - Readable: The API is designed to be readable and expressive.
Installation #
dart pub add blackbird