iranian_banks 1.2.0
iranian_banks: ^1.2.0 copied to clipboard
A Flutter package to detect Iranian banks from card or IBAN numbers and get information and verify.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add iranian_banksThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
iranian_banks: ^1.2.0Alternatively, 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:iranian_banks/iranian_banks.dart';