nuban_validator 1.0.0 copy "nuban_validator: ^1.0.0" to clipboard
nuban_validator: ^1.0.0 copied to clipboard

Validator for NUBAN bank numbers.

Phone number mask parser #

Validator for NUBAN bank numbers.

Pub Likes Pub Version License: MIT

Buy Me A Coffee

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.

1
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

Validator for NUBAN bank numbers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on nuban_validator