pix_sicoob 2.0.0
pix_sicoob: ^2.0.0 copied to clipboard
Easy-to-use interface for integrating Flutter apps with Sicoob's Pix API.
2.0.0 10-04-2026 #
Added #
- Created
CONTRIBUTING.mdwith package contribution guidelines. - Added a
Troubleshootingsection to the mainREADME.md. - Added a Mermaid diagram to
ARCHITECTURE.mdvisualising the project layers.
Changed #
- Major Refactoring: Migrated the codebase to follow Clean Architecture and SOLID principles.
- Improved Error Handling: Standardized error management using the
Resultpattern (result_dart). - Documentation Overhaul:
- Standardized all documentation to English.
- Translated and updated
ARCHITECTURE.md. - Updated
README.mdto remove roadmap features and focus on stable functionality. - Improved example application instructions.
- Enhanced Example Security: Shielded sensitive credentials in the example app using a local configuration file.
Fixed #
- Fixed several typos across all documentation files.
- Improved the reliability of the certificate parsing logic.
1.1.9 16-04-2023 #
- Fixed incorrect errorKey: error-description => error_description
1.1.8 16-04-2023 #
- Fixed incorrect errorKey: errorDescription => error_description
1.1.7 16-04-2023 #
- Added handling to fit new date range parameters
- In this new version, only date ranges within the same month will be accepted.
1.1.6 03-04-2023 #
- Removed enums in error handling
1.1.5 03-04-2023 #
- Improve error handling
1.1.4 03-04-2023 #
- Downgrade min intl version
1.1.3 24-03-2023 #
- Improved error handling
1.1.2 24-03-2023 #
- Removed unnecessary initializations in constructor and passed to class directl
1.1.1 24-03-2023 #
- Performed necessary exports to create the instance of instabill
1.1.0 24-03-2023 #
- Improved unit tests
- Created classes for specific error handling
- Base class for all exceptions related to the Pix feature.
- An exception representing an error response from the Sicoob API.
- Exception thrown when an error occurs with the certificate used for Pix
- Exception thrown when an HTTP request fails.
- An exception that represents an unknown error in the Pix Sicoob API.
1.0.2 22-03-2023 #
- Updated readme "How To Use"
1.0.1 22-03-2023 #
- Corrigido erros de digitacao no readme