brcode 0.0.2 copy "brcode: ^0.0.2" to clipboard
brcode: ^0.0.2 copied to clipboard

Generates Pix code.

Generates a Pix code!

Features #

It can generate a static Pix with the given info

Getting started #

Install the package flutter pub add brcode

Usage #

final brCode = BRCode(
    pixKey: '123',
    merchantName: 'Enrique',
    merchantCity: 'São Paulo',
    amount: 100,
  );

final code = brCode.generate();

Additional information #

Made fallowing this guides

https://www.bcb.gov.br/content/estabilidadefinanceira/spb_docs/ManualBRCode.pdf https://www.bcb.gov.br/content/estabilidadefinanceira/pix/Regulamento_Pix/II_ManualdePadroesparaIniciacaodoPix.pdf

5
likes
140
points
26
downloads

Publisher

unverified uploader

Weekly Downloads

Generates Pix code.

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

crc, crclib, diacritic, luthor, slugify

More

Packages that depend on brcode