rules 2.0.0 
rules: ^2.0.0 copied to clipboard
Rules is a simple yet powerful and feature-rich validation library for both dart and flutter.
2.0.0 #
New feature:
- Added 
shouldPass 
2.0.0-nullsafety.0 #
Added nullsafety
1.2.0+3 #
Fixes:
- Fixed 
emailvalidation 
1.2.0+1 #
New feature:
- Added 
trim,upperCaseandlowerCaserule options 
1.1.0 #
Breaking changes:
regexnow 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