flutter_validx 0.0.3
flutter_validx: ^0.0.3 copied to clipboard
A beginner-friendly Flutter package that makes form validation clean and easy with prebuilt validators and ready-to-use input widgets.
flutter_validx โจ #
A beginner-friendly Flutter package that simplifies form validation using ready-to-use validators and custom input widgets for clean and maintainable code.
๐ Features #
โ
Pre-built form validators
โ
Easy-to-use email and password fields
โ
Beginner-friendly and readable code
โ
GetX/OOP/SOLID-ready structure
โ
MIT Licensed โ Free for personal and commercial use
๐งช Available Validators #
EasyValidators.email()EasyValidators.password()EasyValidators.confirmPassword()EasyValidators.name()EasyValidators.phone()EasyValidators.age()EasyValidators.minLength()EasyValidators.maxLength()EasyValidators.notEmpty()
๐งฉ Widgets #
EasyEmailFieldEasyPasswordField
More coming soon...
๐ ๏ธ Installation #
In your pubspec.yaml:
dependencies:
easy_form_validator: ^0.0.1