ge_validator 0.0.1
ge_validator: ^0.0.1 copied to clipboard
A Flutter plugin for validating form inputs, including email, phone numbers, passwords, and custom patterns.
Flutter Validation Plugin #
flutter_validation_plugin 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:
flutter_validation_plugin: ^0.0.1