pix_bb 0.1.6 copy "pix_bb: ^0.1.6" to clipboard
pix_bb: ^0.1.6 copied to clipboard

outdated

Easy-to-use interface for integrating with Banco do Brasil's Pix API.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

and this project adheres to Semantic Versioning.

Unreleased #

0.1.6 - 2023-02-28 #

Changed #

  • It will no longer be necessary to pass the basicKey and the appDevKey to the getTransactionsByDate and getRecentTransactions methods, These parameters are now required when instantiating the PixBB class.

Example:

final pixBB = PixBB(
  ambiente: Ambiente.homologacao,
  basicKey:'BASIC_KEY',
  appDevKey: 'APP_DEV_KEY',
);

Removed #

  • Removed the need to pass the: basicKey and the appDevKey to the getTransactionsByDate and getRecentTransactions methods

Added #

  • Improved documentation comments.

Fixed #

  • Fixed image size
4
likes
0
points
95
downloads

Publisher

verified publisheracxtech.com.br

Weekly Downloads

Easy-to-use interface for integrating with Banco do Brasil's Pix API.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, intl

More

Packages that depend on pix_bb