ibans 0.0.2-alpha copy "ibans: ^0.0.2-alpha" to clipboard
ibans: ^0.0.2-alpha copied to clipboard

Validate and parse IBAN strings and provide useful information about, such as country, bank name, number currency.

example/main.dart

import 'package:ibans/ibans.dart';

void main() async {
  var iban = await parse('AO06005500009209313310152');
  print('Country: ${iban.country.name}'); // 'Country: Angola'
  print('Code: ${iban.country.code}'); // 'Country Code: AO';
}
5
likes
130
points
24
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Validate and parse IBAN strings and provide useful information about, such as country, bank name, number currency.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, protobuf

More

Packages that depend on ibans