sure_pay_plugin 0.0.1
sure_pay_plugin: ^0.0.1 copied to clipboard
A Flutter plugin for integrating SurePay POS payment terminals over TCP/IP. Supports purchases, reversals, reconciliation, authorization, and refunds via a clean typed Dart API.
0.0.1 #
- Initial release of
sure_pay_plugin. - Supports Android TCP/IP integration with SurePay POS terminals via
sureposlibrary-release.aar. - Full typed Dart API: purchase, reversal, reconciliation, authorization pre-auth, refunds, and terminal status.
- Strongly-typed response models:
SurePayTransaction,SurePayReconciliation,SurePayTerminalInfo. - Typed exception hierarchy:
SurePayTerminalException,SurePayConnectionException,SurePayArgumentException.