FLUTTER ECOSYSTEM

dart-league/validators

:turtle: Dart 用の文字列検証およびサニタイズ。

バリデータ のプロジェクト画像
Stars
82
Forks
26
最終プッシュ(UTC)
2023/05/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