zam_rules 0.3.0 copy "zam_rules: ^0.3.0" to clipboard
zam_rules: ^0.3.0 copied to clipboard

A utility library that contains a set of most commonly used rules.

Rules Library #

A utility library that contains a set of most commonly used rules.

What's inside the package #

Check out all the components in detail here

How to use #

final text = 'Sony Xperia';
final pattern = 'Sony';
final rule = TextStartsWithRule(text, pattern, value: text);
final ruleResponse = rule.execute();
print(ruleResponse.isSuccess); // true

To learn more, move on to the example section or check out these dedicated examples in github.

Status #

Build

Contributors #

License #

BSD 3-Clause License

0
likes
160
pub points
0%
popularity

Publisher

verified publisherzamstation.com

A utility library that contains a set of most commonly used rules.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

zam_block_architecture, zam_core

More

Packages that depend on zam_rules