zodart 0.1.0 copy "zodart: ^0.1.0" to clipboard
zodart: ^0.1.0 copied to clipboard

Type-safe schema validation with static type inference and a parse-first design.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zodart

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

dependencies:
  zodart: ^0.1.0

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:zodart/zodart.dart';
2
likes
0
points
304
downloads

Publisher

verified publishermergepanic.com

Weekly Downloads

Type-safe schema validation with static type inference and a parse-first design.

Repository (GitHub)
View/report issues

Topics

#parsing #validation #form-validation #schema #type-safe

License

unknown (license)

Dependencies

fpdart, freezed, freezed_annotation, json_annotation, meta, very_good_analysis

More

Packages that depend on zodart