flutter_iban_scanner

Last updated:

0 purchases

flutter_iban_scanner Image
flutter_iban_scanner Images
Add to Cart

Description:

flutter iban scanner

Flutter IBAN Scanner #

A package for scanning IBANs (international bank account numbers) with the help of the smartphone camera and Google's ml kit.
Inspired by #
This package is heavily inspired by the package google_ml_kit and their great examples.
Usage #
Add this package as dependency in your pubspec.yaml.
dependencies:
flutter_iban_scanner:
copied to clipboard
Import the package.
import 'package:flutter_iban_scanner/flutter_iban_scanner.dart';
copied to clipboard
Call the IBANScannerView widget and provide an onScannerResult callback for handling the result of the scanner.
IBANScannerView(
onScannerResult: (iban) => {
// do stuff here with the scanned iban
},
),
copied to clipboard
Check out the example app for a possible usecase.
Demo #

Contributing #
Any pull requests and extension ideas are welcome.
Author #
The Flutter IBAN Scanner package is written by Sebastian Büchler

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.