Skip to content

sebastianbuechler/flutter_iban_scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter IBAN Scanner

pub package CodeFactor

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:

Import the package.

import 'package:flutter_iban_scanner/flutter_iban_scanner.dart';

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
    },
),

Check out the example app for a possible usecase.

Demo

Demo

Contributing

Any pull requests and extension ideas are welcome.

Author

The Flutter IBAN Scanner package is written by Sebastian Büchler

Roadmap

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published