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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ibans

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ibans: ^0.0.2-alpha

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ibans/ibans.dart';
5
likes
130
points
24
downloads

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter, protobuf

More

Packages that depend on ibans