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.
Changelog #
0.0.1 - 2024-12-06 #
Added #
- Initial release of
flutter_validation_plugin. - Included basic validation methods:
validateRequired: Ensures the field is not empty.validateEmail: Validates email addresses.validatePhoneNumber: Validates phone numbers.validatePassword: Validates passwords with strength requirements.validatePattern: Validates input using custom regular expressions.