dzod 0.2.0 copy "dzod: ^0.2.0" to clipboard
dzod: ^0.2.0 copied to clipboard

A powerful Dart schema validation library inspired by Zod, providing type-safe validation, parsing, and inference with excellent developer experience.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dzod

With Flutter:

 $ flutter pub add dzod

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dzod: ^0.2.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dzod/dzod.dart';
0
likes
0
points
107
downloads

Documentation

Documentation

Publisher

verified publisherdart.nonstopio.com

Weekly Downloads

A powerful Dart schema validation library inspired by Zod, providing type-safe validation, parsing, and inference with excellent developer experience.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on dzod