Skip to content

Simple and easy to use validation library for Dart inspired by Zod

License

Notifications You must be signed in to change notification settings

francescovallone/acanthis

Repository files navigation

Acanthis Banner

Acanthis

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.

Get Started | Pub.dev

Why Acanthis?

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

Contributions are welcome! If you want to contribute to Acanthis, you can open a pull request on the GitHub repository

License

Acanthis is licensed under the MIT License. You can read the full license here

Credits

Acanthis is developed and maintained by Avesbox