validart 0.0.2
validart: ^0.0.2 copied to clipboard
A flexible validation library for Dart, inspired by Zod. Supports chaining, custom rules, nullable values, and built-in validators for emails, phones, and more.
0.0.2 - 2025-02-17 #
Changed #
- Renamed
string().startsWidth
tostring().startsWith
for consistency. - Updated README to reflect recent changes and improvements.
Removed #
- Removed
.any()
and.every()
functions from.map()
as they were not applicable.
Added #
- Achieved 100% test coverage, ensuring full validation reliability.
- Added default messages for all validation types, providing a consistent error handling experience.
0.0.1 - 2025-02-16 #
- Initial release