nuban_validator 1.0.0 nuban_validator: ^1.0.0 copied to clipboard
Validator for NUBAN bank numbers.
Phone number mask parser #
Validator for NUBAN bank numbers.
Getting Started #
Usage:
final NubanValidator nubanValidator = const NubanValidator();
final bool isValid = nubanValidator.isValid(
bankCode: "044",
accountNumber: "0000014579",
);
Additional information #
For more details see example project.
And feel free to open an issue if you find any bugs or errors or suggestions.