An open API service indexing awesome lists of open source software.

https://github.com/ivangalkindeveloper/nuban_validator

Validator for NUBAN bank numbers.
https://github.com/ivangalkindeveloper/nuban_validator

Last synced: about 2 months ago
JSON representation

Validator for NUBAN bank numbers.

Awesome Lists containing this project

README

        

# Phone number mask parser
Validator for NUBAN bank numbers.

![Pub Likes](https://img.shields.io/pub/likes/nuban_validator?color=success)
![Pub Version](https://img.shields.io/pub/v/nuban_validator?color=important)
License: MIT


Buy Me A Coffee

## Getting Started
Usage:
```dart
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.