verdict_rules 0.3.1 copy "verdict_rules: ^0.3.1" to clipboard
verdict_rules: ^0.3.1 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

With Flutter:

 $ flutter 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.3.1

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

Documentation

API reference

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
Contributing

Topics

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

License

MIT (license)

More

Packages that depend on verdict_rules