govt_documents_validator 0.0.1 copy "govt_documents_validator: ^0.0.1" to clipboard
govt_documents_validator: ^0.0.1 copied to clipboard

This package provides an easy way to validate Indian Government Documents like Aadhar,PAN and GSTIN. This is often useful to avoid the use of RegEx for validating the user inputs which maynot work in [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add govt_documents_validator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  govt_documents_validator: ^0.0.1

Alternatively, 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:govt_documents_validator/govt_documents_validator.dart';
4
likes
30
pub points
65%
popularity

Publisher

unverified uploader

This package provides an easy way to validate Indian Government Documents like Aadhar,PAN and GSTIN. This is often useful to avoid the use of RegEx for validating the user inputs which maynot work in some scenarios, this package written purely in dart will validate the numbers through CheckSum values.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on govt_documents_validator