FLUTTER ECOSYSTEM

dart-league/validators

:turtle: Dart용 문자열 검증 및 정제.

검증기 프로젝트 이미지
Stars
82
Forks
26
최근 푸시(UTC)
2023. 5. 15.
프로젝트 상태
활성
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