telebirr_inapp_purchase_plus 1.0.3
telebirr_inapp_purchase_plus: ^1.0.3 copied to clipboard
A cleaner Flutter bridge for Telebirr InApp Purchase SDK payments on Android and iOS.
1.0.3 #
- Adds an integration-focused
skills.mdguide link for AI-assisted app setup. - Updates README setup instructions to reference the latest package version.
1.0.2 #
- Adds Dream Technologies support contact details to the pub.dev README.
1.0.1 #
- Updates plug-and-play documentation to remove local SDK copy setup from the primary flow.
- Documents all
Telebirr.initializeproperties at the top of the README. - Clarifies
returnSchemeusage for Android and iOS.
1.0.0 #
- Adds the high-level
Telebirr.initialize(...)andTelebirr.pay(...)API. - Auto-generates a return scheme from the Android application ID or iOS bundle identifier.
- Adds native application ID / bundle ID detection.
- Adds
dart run telebirr_inapp_purchase_plus:doctordiagnostics. - Keeps
TelebirrInAppPurchasePlus.startPay(...)for migration compatibility.
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 setup command 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.