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