dni_nie_validator 0.0.2 dni_nie_validator: ^0.0.2 copied to clipboard
A dart package to validate if the DNI or NIE entered is valid in format and calculate the corresponding letter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dni_nie_validator
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
dni_nie_validator: ^0.0.2
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:dni_nie_validator/dni_nie_validator.dart';