pix_bb 0.1.6
pix_bb: ^0.1.6 copied to clipboard
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