standard_schema 0.0.1 copy "standard_schema: ^0.0.1" to clipboard
standard_schema: ^0.0.1 copied to clipboard

Vendor-neutral Standard Schema contracts for Dart validators and JSON Schema converters.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add standard_schema

With Flutter:

 $ flutter pub add standard_schema

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

dependencies:
  standard_schema: ^0.0.1

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:standard_schema/standard_schema.dart';
0
likes
160
points
21
downloads

Documentation

API reference

Publisher

verified publisherleoafarias.com

Weekly Downloads

Vendor-neutral Standard Schema contracts for Dart validators and JSON Schema converters.

Repository (GitHub)
View/report issues
Contributing

Topics

#validation #schema #json-schema #interoperability #standard-schema

License

BSD-3-Clause (license)

More

Packages that depend on standard_schema