jaguar_validate 2.0.8 copy "jaguar_validate: ^2.0.8" to clipboard
jaguar_validate: ^2.0.8 copied to clipboard

A configurable and extensible validation framework that supports validation of objects (nested), arrays. Supports error code and parameter support for translation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add jaguar_validate

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

dependencies:
  jaguar_validate: ^2.0.8

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:jaguar_validate/jaguar_validate.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A configurable and extensible validation framework that supports validation of objects (nested), arrays. Supports error code and parameter support for translation.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on jaguar_validate