Universal Validator

Universal Validator is a Flutter package that provides reusable form validators and smart input widgets to simplify and standardize form validation across Flutter applications.


✨ Features

  • Ready-to-use validators for common fields:
    • Name
    • Email
    • Phone number
    • Password
    • PAN (India)
    • GST (India)
  • Smart input widgets with built-in validation
  • Clean and reusable validation logic
  • Reduces boilerplate code in forms
  • Easy to integrate in any Flutter project

📦 Installation

Add this to your pubspec.yaml:

dependencies:
  universal_validator: ^1.0.0