validasi 0.0.1
validasi: ^0.0.1 copied to clipboard
An easy to use and flexible validation library
0.0.1 #
Initial release of Validasi library. This release includes the following features:
- Built-in validators for common data types
- Object and Array schema for complex data validation
- Transformer to convert input value into desired format
- Safe validation using
tryParseandtryParseAsyncmethod - Custom rule support