telebirr_inapp_purchase_plus 0.0.4
telebirr_inapp_purchase_plus: ^0.0.4 copied to clipboard
A cleaner Flutter bridge for Telebirr InApp Purchase SDK payments on Android and iOS.
0.0.4 #
- Bumps the package version for the next pub.dev publish.
- Keeps the Flutter-first setup documentation aligned with the backend companion package.
0.0.3 #
- Adds dartdoc comments across the public API for a better pub.dev documentation score.
- Adds a
telebirr_setupcommand to copy local SDK files and patch common host app setup. - Adds Ethio Telecom developer portal onboarding and contract-status troubleshooting notes.
- Moves the successful setup steps to the top of the README.
- Removes the publishing checklist from the README.
- Replaces the README Mermaid diagram with a pub.dev-friendly SVG image.
- Adds curl examples and explains where developers enter app/backend payment values.
- Moves low-level native setup details to separate docs.
0.0.2 #
- Expands documentation for the package architecture and Telebirr InApp Purchase flow.
- Adds clearer backend responsibility notes for receiveCode, notify_url, and queryOrder.
- Documents what the package configures automatically and what remains app-specific.
- Updates publishing setup for GitHub Actions trusted publishing.
0.0.1 #
- Initial release.
- Adds typed payment request/result models.
- Adds Android MethodChannel and EventChannel integration with ActivityAware lifecycle handling.
- Adds iOS MethodChannel and EventChannel integration with manual EthiopiaPaySDK.framework setup support.
- Documents secure backend-only Fabric Token, createOrder, notify_url, and queryOrder flow.