validators

Creator: coderz1093

Last updated:

Add to Cart

Description:

validators

validators #

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
copied to clipboard
2. Run from the command line:
$ pub get
copied to clipboard
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';
copied to clipboard
Documentation #
Validators #
Sanitizers #

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.