iban_to_bic 0.0.6 copy "iban_to_bic: ^0.0.6" to clipboard
iban_to_bic: ^0.0.6 copied to clipboard

outdated

Determines the SWIFT BIC of an IBAN.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:iban_to_bic/iban_to_bic.dart';

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  final Bic bic = ibanToBic('DE64 5001 0517 9423 8144 35');
  print('BIC: ${bic.value}');                // result: INGDDEFFXXX
  print('Bank name: ${bic.bankShortName}');  // result: ING-DiBa
  print('Postcode: ${bic.bankPostcode}');    // result: 60628
  print('Location: ${bic.bankLocation}');    // result: Frankfurt am Main
}
0
likes
0
points
487
downloads

Publisher

verified publisherrobertmainzer.de

Weekly Downloads

Determines the SWIFT BIC of an IBAN.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, iban

More

Packages that depend on iban_to_bic