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';
}
4
likes
120
pub points
31%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, protobuf

More

Packages that depend on ibans