luthor 0.5.2 copy "luthor: ^0.5.2" to clipboard
luthor: ^0.5.2 copied to clipboard

A Dart validation library inspired by https://zod.dev with support for code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add luthor
copied to clipboard

With Flutter:

 $ flutter pub add luthor
copied to clipboard

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

dependencies:
  luthor: ^0.5.2
copied to clipboard

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:luthor/luthor.dart';
copied to clipboard
19
likes
160
points
226
downloads

Publisher

verified publisherex3.dev

Weekly Downloads

2024.07.08 - 2025.01.20

A Dart validation library inspired by https://zod.dev with support for code generation.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

meta

More

Packages that depend on luthor