universal_validator 1.0.0
universal_validator: ^1.0.0 copied to clipboard
Universal form validators and smart input helpers for Flutter.
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
- 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