brcode 0.0.1 copy "brcode: ^0.0.1" to clipboard
brcode: ^0.0.1 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 #