flutter_validx 0.0.6 copy "flutter_validx: ^0.0.6" to clipboard
flutter_validx: ^0.0.6 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 โœจ #

pub package GitHub stars

A beginner-friendly Flutter package for form validation โ€” prebuilt validators and easy-to-use widgets like EasyEmailField, EasyPasswordField, and more.


๐Ÿš€ 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 #

  • EasyEmailField
  • EasyPasswordField

More coming soon...


๐Ÿ› ๏ธ Installation #

In your pubspec.yaml:

dependencies:
  easy_form_validator: ^0.0.1
4
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A beginner-friendly Flutter package that makes form validation clean and easy with prebuilt validators and ready-to-use input widgets.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_validx