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

outdated

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.

Version Build Stars License

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 this dedicated example in github.

Contributors #

0
likes
0
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

License

unknown (LICENSE)

Dependencies

zam_block_architecture, zam_core

More

Packages that depend on zam_rules