brcode 0.0.4
brcode: ^0.0.4 copied to clipboard
A Dart package to generate Pix (Brazilian Instant Payment) static codes (BR Code). Simple, lightweight, and validated.
0.0.4 #
- Project Metadata: Cleaned up
pubspec.yamlby removing unused comments and draft dependencies. - Documentation: Updated README to reflect the latest version and ensured consistency across project files.
0.0.3 #
- Improvement: Added input validation for Pix Key, Merchant Name, City, Amount, and TxId.
- New Feature: Added support for custom
txId(Transaction ID). - Cleanup: Removed unused dependencies (
crc,slugify,luthor). - Documentation: Updated README and added improved example.
0.0.2 #
- Added
pointOfInitiationMethod - Added
postalCode - Remove upper casing in PixKey
0.0.1 #
- Initial version.