FLUTTER ECOSYSTEM

dart-league/validators

:turtle: String validation and sanitization for Dart.

validators project cover
Stars
82
Forks
26
Last push (UTC)
May 15, 2023
Project status
Active
dart-league GitHub avatar
GITHUB Organization

dart-league ↗

LanguagesDart

Packages published by this repository

Dependencies used

Dependency list 1 items
  • testDevelopment^1.16.5

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

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