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';