string_validify 1.0.0 copy "string_validify: ^1.0.0" to clipboard
string_validify: ^1.0.0 copied to clipboard

A lightweight, zero-dependency Dart package for string validation, formatting, and common input checks. Includes email, phone, URL, credit card, password validators and string utilities.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add string_validify

With Flutter:

 $ flutter pub add string_validify

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  string_validify: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:string_validify/string_validify.dart';
0
likes
140
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A lightweight, zero-dependency Dart package for string validation, formatting, and common input checks. Includes email, phone, URL, credit card, password validators and string utilities.

Repository (GitHub)

Topics

#validation #validators #string-utils #form-validation #input-validation

License

MIT (license)

More

Packages that depend on string_validify