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

Libraries

brcode