Owesome_validator βœ”οΈ

pub package

A flutter package for make your life easy. This package is used for validation.

Show some ❀️ and star the repo to support the project

This Package is open for contributions.

Usage

To use this plugin, add owesome_validator as a dependency in your pubspec.yaml file.

Getting Started

  • First import a package into your file.

  • After importing, we are able to get the built-in methods

    • Name Validation πŸ“›
           OwesomeValidator.name(name, OwesomeValidator.patternNameOnlyChar);
      
    • Email Validation βœ‰οΈ
           OwesomeValidator.email(email, OwesomeValidator.patternEmail);
      
    • Phone Validation πŸ“ž
           OwesomeValidator.phone(phone, OwesomeValidator.patternPhone);
      
    • password πŸ”‘
          OwesomeValidator.password(password, OwesomeValidator.passwordMinLen8withCamelAndSpecialChar)
      

Note

You can pass your custom regex for validation. This package will be improved more by time to time  

Libraries

owesome_validator