dartx_validate 0.0.3 copy "dartx_validate: ^0.0.3" to clipboard
dartx_validate: ^0.0.3 copied to clipboard

Dartx Validate is a Zod-like validation library for Dart, providing a simple and expressive way to validate data structures.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartx_validate

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

dependencies:
  dartx_validate: ^0.0.3

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

Import it

Now in your Dart code, you can use:

import 'package:dartx_validate/dartx_validate.dart';
0
likes
140
points
19
downloads

Publisher

verified publisherviiper.fr

Weekly Downloads

Dartx Validate is a Zod-like validation library for Dart, providing a simple and expressive way to validate data structures.

Documentation

API reference

License

MIT (license)

More

Packages that depend on dartx_validate