verdict_rules 0.3.1
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_rulesWith Flutter:
$ flutter pub add verdict_rulesThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
verdict_rules: ^0.3.1Alternatively, 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';