rules 1.2.0+2 rules: ^1.2.0+2 copied to clipboard
Rules is a simple yet powerful and feature-rich validation library for both dart and flutter.
1.2.0+1 #
New feature:
- Added
trim
,upperCase
andlowerCase
rule options
1.1.0 #
Breaking changes:
regex
now expects a RegExp object instead of String
1.0.2+1 #
- Added copyWith extension method for Rule and GroupRule
1.0.1+7 #
- Updated and cleaned README
1.0.1+5 #
- Updates: Now 'customErrors' has higher priority than 'customErrorText'
1.0.1+4 #
- README updated
- Docs updated
1.0.0 #
- Initial release
- Rules
- GroupRules
- CombinedRules