v3.0.0
validators
Dart용 문자열 검증 및 정제.
244좋아요 12.9만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';