validators 3.0.0 copy "validators: ^3.0.0" to clipboard
validators: ^3.0.0 copied to clipboard

String validation and sanitization for Dart.

validators #

Build Status

String validation and sanitization for Dart. Dart 2-compatible version of validator

Port of chriso's library.

Usage #

1. Add dependency to your package's pubspec.yaml file:

dependencies:
  validators: ^2.2.0 # change to latest version

2. Run from the command line:

$ pub get

Alternatively, your editor might support pub. Check the docs for your editor to learn more.

3. Import in your Dart code:

import 'package:validators/validators.dart';

Documentation #

Validators #

Sanitizers #

240
likes
140
points
98.3k
downloads

Publisher

unverified uploader

Weekly Downloads

String validation and sanitization for Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on validators