lemonade 0.2.0
lemonade: ^0.2.0 copied to clipboard
Simple, typesafe, object-oriented library for data validation
0.2.0 #
- Added most common patterns to use with
Validatorsclass - Added more documentation comments
Currently supported this common patterns taken mostly from golang
validator package:
alpha, alphanumeric, numeric, hexadecimal, hexcolor, email,
base64, base64url, btcAddress, btcAddressBech32, ethAddress, uuid,
uuid3, uuid4, uuid5, ascii, multibyte, latitudeStr, longitudeStr,
ssn, ip, ipv4, ipv6, mac, hostname, hostnameRFC1123.
0.1.1 #
- Added some dartdoc comments
- Fixed example file path
- Exported
ValidationErrorclass