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

Determines the SWIFT BIC of an IBAN.

Determines the SWIFT BIC of an IBAN. Currently supports IBANs from the following countries: Austria, Belgium, Germany, Luxembourg, Netherlands. Inspired by sigalor/iban-to-bic.

Getting started #

Depend on it #

Run this command:

flutter pub add iban

Import it #

Now in your Dart code, you can use:

import 'package:iban_to_bic/iban_to_bic.dart';

Usage #

Simple example:

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
pub points
67%
popularity

Publisher

verified publisherrobertmainzer.de

Determines the SWIFT BIC of an IBAN.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, iban

More

Packages that depend on iban_to_bic