indo_form_validator 1.0.0
indo_form_validator: ^1.0.0 copied to clipboard
Production-ready form validation utilities for Indonesian applications. Supports phone numbers, NIK, NPWP, and email validation.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add indo_form_validatorThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
indo_form_validator: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:indo_form_validator/indo_form_validator.dart';