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
140
points
14
downloads

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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, protobuf

More

Packages that depend on ibans