blackbird 0.0.2
blackbird: ^0.0.2 copied to clipboard
A boolean logic library for Dart and Flutter, allowing you to build trees of conditions and evaluate them.
Blackbird #
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 according to your domain. - Readable: The API is designed to be readable and expressive.
Installation #
dart pub add blackbird