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

outdated

Auto Validate Package

Auto Validate #

Auto Validate Package is unique and easy to use.

Importance #

This package will help you to auto validate used regular expressions. No need to write the code by yourself, simply you can use this package for not waste time and it will help you a lot.

Usage #

A simple usage example:

import 'package:auto_validate/auto_validate.dart';

void validation() {
  var userEmail = 'Dev.Mahmoud.ElShenawy@gmail.com';

  if (isEmailValid(success.toString()) {
    print('Email is Valid');
  } else {
    print('Email is Invalid');
  }
}

More Details #

  • Make Validation on all next elements

    • Arabic Input
    • Email
    • Password
    • Strong Password
    • Phone Number
    • International Phone Number
    • Credit Card
    • SNN (Social Security Number)
    • Passport
    • Date (MMDDYYYY)
    • Date (YYYYMMDD)
    • IPV4 (Internet Protocol Version 4)
    • IPV6 (Internet Protocol Version 6)
    • Alphanumeric
    • Alphanumeric With Spaces
    • Alphabet
    • LowerCase
    • UpperCase
    • Digits
    • Decimals
    • Signed Decimals
    • URL

Created By #

This project is licensed under the MIT License - see the LICENSE file for details

44
likes
0
pub points
66%
popularity

Publisher

unverified uploader

Auto Validate Package

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, freezed_annotation

More

Packages that depend on auto_validate