smart_validator 0.1.0 copy "smart_validator: ^0.1.0" to clipboard
smart_validator: ^0.1.0 copied to clipboard

A string or numeric validator for flutter,Including email, phone and so on

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_validator

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

dependencies:
  smart_validator: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:smart_validator/smart_validator.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A string or numeric validator for flutter,Including email, phone and so on

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on smart_validator