arg_dni_validator 0.0.5 copy "arg_dni_validator: ^0.0.5" to clipboard
arg_dni_validator: ^0.0.5 copied to clipboard

A new Flutter package to validate a DNI of Argentina using a RegularExpression.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add arg_dni_validator

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

dependencies:
  arg_dni_validator: ^0.0.5

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:arg_dni_validator/arg_dni_validator.dart';
2
likes
140
pub points
16%
popularity

Publisher

unverified uploader

A new Flutter package to validate a DNI of Argentina using a RegularExpression.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on arg_dni_validator