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 Flutter:

 $ flutter pub add dzod

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

dependencies:
  dzod: ^0.2.0

Alternatively, your editor might support 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
160
points
0
downloads

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

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on dzod