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';
4
likes
120
pub points
31%
popularity

Publisher

unverified uploader

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