acanthis 0.1.3 acanthis: ^0.1.3 copied to clipboard
Acanthis is an easy-to-use validation library for Dart and Flutter.
Changelog #
0.1.3 #
0.1.2 #
0.1.1 #
0.1.0 #
Features #
- Add the
nullable
validator. - Add the
union
validator. - Add the
boolean
validator. - Add transformation functions for all the validators except
nullable
,boolean
andunion
. - Add tests for all the validators (100% coverage 🎉).
- Add documentation for all the validators.
Fixes #
- [#1] Fix the
string().email()
validator that will now use theemail_validator
package.
0.0.1 #
- Initial version.