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

Standard Schema adapter for Zema — bridges zema with the standard_schema contract.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add zema_standard_schema

With Flutter:

 $ flutter pub add zema_standard_schema

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

dependencies:
  zema_standard_schema: ^0.1.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:zema_standard_schema/zema_standard_schema.dart';
1
likes
150
points
0
downloads

Documentation

API reference

Publisher

verified publishermeragix.dev

Weekly Downloads

Standard Schema adapter for Zema — bridges zema with the standard_schema contract.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#validation #schema #standard-schema #interoperability

License

MIT (license)

Dependencies

standard_schema, zema

More

Packages that depend on zema_standard_schema