pix_sicoob 2.0.0 copy "pix_sicoob: ^2.0.0" to clipboard
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.md with package contribution guidelines.
  • Added a Troubleshooting section to the main README.md.
  • Added a Mermaid diagram to ARCHITECTURE.md visualising the project layers.

Changed #

  • Major Refactoring: Migrated the codebase to follow Clean Architecture and SOLID principles.
  • Improved Error Handling: Standardized error management using the Result pattern (result_dart).
  • Documentation Overhaul:
    • Standardized all documentation to English.
    • Translated and updated ARCHITECTURE.md.
    • Updated README.md to 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
    1. Base class for all exceptions related to the Pix feature.
    2. An exception representing an error response from the Sicoob API.
    3. Exception thrown when an error occurs with the certificate used for Pix
    4. Exception thrown when an HTTP request fails.
    5. 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
3
likes
160
points
167
downloads

Documentation

API reference

Publisher

verified publisheracxtech.com.br

Weekly Downloads

Easy-to-use interface for integrating Flutter apps with Sicoob's Pix API.

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

flutter, http, intl, result_dart

More

Packages that depend on pix_sicoob