verdict_rules 0.0.3 copy "verdict_rules: ^0.0.3" to clipboard
verdict_rules: ^0.0.3 copied to clipboard

A small, zero-dependency, async-native rule-evaluation engine. Compose conditions into one explainable pass/fail verdict, with real short-circuiting as a guarantee.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add verdict_rules

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

dependencies:
  verdict_rules: ^0.0.3

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:verdict_rules/verdict_rules.dart';
0
likes
0
points
133
downloads

Publisher

unverified uploader

Weekly Downloads

A small, zero-dependency, async-native rule-evaluation engine. Compose conditions into one explainable pass/fail verdict, with real short-circuiting as a guarantee.

Repository (GitHub)
View/report issues

Topics

#rules-engine #rule-evaluation #eligibility #decision-engine #async

License

unknown (license)

More

Packages that depend on verdict_rules