appspro_sdk 0.1.0
appspro_sdk: ^0.1.0 copied to clipboard
Native Flutter widgets and a typed client for AppsPro carrier-billed subscriptions (BDApps DCB, Robi/Airtel) — phone, OTP, status and cancel.
0.1.0 #
First release.
AppsProSubscribeScreen,AppsProSubscribeCard,AppsProSubscribeButton,AppsProSubscriptionGateandAppsProManageScreen— Material 3 widgets that take their colours, shapes and type from the host app'sThemeData.SubscribeController, the flow's state machine, for custom UI.AppsProClientwith typed models and errors.- Pluggable
AppsProBackend:AppsProDirectBackend(default, publishable key only) andAppsProProxyBackend(routes every call through your own server). - Subscription status and cancellation from the device, authorised by a subscription token rather than the secret key.
- Native phone and one-time-code autofill, and a resend cooldown that protects the app's hourly SMS budget.
- Android, iOS, web, macOS, Windows and Linux.