FLUTTER ECOSYSTEM

dart-league/validators

:turtle: Dart के लिए स्ट्रिंग वैलिडेशन और सैनिटाइज़ेशन।

वैलिडेटर्स प्रोजेक्ट कवर
Stars
82
Forks
26
अंतिम पुश (UTC)
15 मई 2023
प्रोजेक्ट स्थिति
सक्रिय
dart-league GitHub avatar
GITHUB Organization

dart-league ↗

भाषाएँDart

इस रिपॉज़िटरी के पैकेज

उपयोग की गई निर्भरताएँ

निर्भरता सूची 1 आइटम
  • testडेवलपमेंट^1.16.5

मूल README

यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।

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