Acanthis is a simple and easy to use validation library for Dart. It is inspired by Zod although it is not a port of it. Acanthis is tailored to the Dart language and its features and is type-safe and composable.
Acanthis provides validation for most of the Dart built-in types and allows you to create custom validators.
But that's not all! Acanthis is designed to be composable, so you can create complex validators by combining simpler ones.
Contributions are welcome! If you want to contribute to Acanthis, you can open a pull request on the GitHub repository
Acanthis is licensed under the MIT License. You can read the full license here
Acanthis is developed and maintained by Avesbox