midtrans_dart_client 0.0.2
midtrans_dart_client: ^0.0.2 copied to clipboard
Flutter Dart Client Package
Changelog #
0.0.2 - 2025-06-25 #
Added #
- Initial release of the package.
- Basic integration with Midtrans Snap and Core APIs.
- Load Snap payment URL via WebView.
- QRIS Payment View Widget
- Automatic polling for transaction status (settlement, cancel, expire).
- Callback support for transaction result (
onSettlement,onExpire,onCancel). - Refreshable WebView using
RefreshIndicator.