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

outdated

Determines the SWIFT BIC of an IBAN.

example/lib/main.dart

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

Future<void> main() async {
  WidgetsFlutterBinding.ensureInitialized();
  print(await ibanToBic('DE64500105179423814435'));
  // result: INGDDEFFXXX
}
0
likes
0
points
575
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