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

A Dart package to generate and parse Static and Dynamic BR Code (Pix EMV QR Code) payloads, including strict BACEN CRC16 calculation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add br_code_pix

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  br_code_pix: ^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:br_code_pix/br_code_pix.dart';
1
likes
160
points
37
downloads

Publisher

verified publisherlucasveneno.com

Weekly Downloads

A Dart package to generate and parse Static and Dynamic BR Code (Pix EMV QR Code) payloads, including strict BACEN CRC16 calculation.

Repository (GitHub)
View/report issues

Topics

#pix #brcode #bacen #emv #qrcode

Documentation

API reference

License

MIT (license)

Dependencies

flutter, qr_flutter

More

Packages that depend on br_code_pix