iban_utilities_lib 1.0.1 copy "iban_utilities_lib: ^1.0.1" to clipboard
iban_utilities_lib: ^1.0.1 copied to clipboard

outdated

With IBAN Utilities, you can create an IBAN, check its validity, and see the details of the IBAN content.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add iban_utilities_lib

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

dependencies:
  iban_utilities_lib: ^1.0.1

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:iban_utilities_lib/bank.dart';
import 'package:iban_utilities_lib/enums_countries.dart';
import 'package:iban_utilities_lib/extensions.dart';
import 'package:iban_utilities_lib/iban_utilities.dart';
import 'package:iban_utilities_lib/utils.dart';
13
likes
0
points
125
downloads

Publisher

verified publisheregemenmede.com

Weekly Downloads

With IBAN Utilities, you can create an IBAN, check its validity, and see the details of the IBAN content.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on iban_utilities_lib