ge_validator 0.0.2 copy "ge_validator: ^0.0.2" to clipboard
ge_validator: ^0.0.2 copied to clipboard

A Flutter plugin for validating form inputs, including email, phone numbers, passwords, and custom patterns.

Flutter Validation Package #

flutter_validation_package is a simple and lightweight Flutter package for form validation. It provides commonly used validation methods to ensure your forms are user-friendly and secure.

Features #

  • Required Field Validation: Ensure a field is not empty.
  • Email Validation: Validate email addresses against a standard format.
  • Phone Number Validation: Validate international phone numbers.
  • Password Strength Validation: Enforce password strength rules (length, uppercase, digits).
  • Custom Pattern Validation: Validate input using custom regular expressions.

Installation #

Add the following to your pubspec.yaml:

dependencies:
  ge_validator: ^0.0.2
1
likes
0
points
53
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for validating form inputs, including email, phone numbers, passwords, and custom patterns.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ge_validator