custom_form_validator 0.0.1
custom_form_validator: ^0.0.1 copied to clipboard
A simple and customizable Flutter package for validating form fields with ease.
Form Validator #
A lightweight and flexible form validation package for Flutter & Dart.
Easily validate user input with built-in validators or create custom ones.
Features #
✅ Built-in validators (email, phone, required, min/max length, regex, etc.)
✅ Chain multiple validators together
✅ Simple API for form fields
✅ Custom validator support
Getting started #
Add the dependency to your pubspec.yaml:
dependencies:
form_validator: ^0.0.1