v3.0.0
validators
डार्ट के लिए स्ट्रिंग वैलिडेशन और सैनिटाइजेशन।
244लाइक 1.3 लाख30-दिन डाउनलोड140Pub अंक
AndroidiOSWebmacOSWindowsLinux
:turtle: Dart के लिए स्ट्रिंग वैलिडेशन और सैनिटाइज़ेशन।
^1.16.5यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
String validation and sanitization for Dart. Dart 2-compatible version of validator
Port of chriso's library.
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';