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 #

5
likes
140
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

Generates Pix code.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crc, crclib, diacritic, luthor, slugify

More

Packages that depend on brcode