boleto

Creator: coderz1093

Last updated:

0 purchases

boleto Image
boleto Images

Languages

Categories

Add to Cart

Description:

boleto

Features #

Barcode conversion to digitable line;
Billet info extraction from line;

Getting started #
All you need to do is add this to your project
flutter pub add boleto
copied to clipboard
Usage #
import "packages:boleto/boleto.dart";
const validator = Boleto();

// Getting line from a barcode
final String? line = validator.getLineFromBarcode(barcode);

// Getting billet amount
final double amount = validator.getAmount(line!);

// Getting expire date
final Datetime expireDate = validator.getExpireDate(line!);

final String bankCode = validator.getBankCode(line!);

copied to clipboard

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.