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

outdated

IBAN Utilities Flutter Package Project. With this library, you can create an IBAN number, check its validity, see the details of the IBAN content, and view it in electronic or writing.

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.0

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
122
downloads

Publisher

verified publisheregemenmede.com

Weekly Downloads

IBAN Utilities Flutter Package Project. With this library, you can create an IBAN number, check its validity, see the details of the IBAN content, and view it in electronic or writing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on iban_utilities_lib