flutter-bkash
flutter-bkash copied to clipboard
Flutter/dart package for payment gateway bKash (Bangladesh)
I am experiencing a blank white screen issue on iOS due to the code at [this specific line](https://github.com/codeboxrcodehub/flutter-bkash/blob/8a7a016868e755aad5a72c6bd1f13302e1aa124c/lib/src/flutter_bkash_view.dart#L45) in `flutter_bkash_view.dart`. It seems that the WebView is being blocked on iOS,...
Fixes [issue #12](https://github.com/codeboxrcodehub/flutter-bkash/issues/12). ### Problem The issue was identified as a result of [this reported problem](https://github.com/codeboxrcodehub/flutter-bkash/issues/12), where the WebView was encountering a blank white screen on iOS. The root cause...
added documentation for Bkash apis and optional parameter for printing responses
This package only return us the response like : BkashPaymentResponse(trxId: AGP10BWXOB, payerReference: , paymentId: TR0011hi0k0wq1690281134967, customerMsisdn: 01619777282, merchantInvoiceNumber: tranId, _executeTime: 2023-07-25T16:33:53:131 GMT+0600) But as a merchant i need these 2...
When payment cancel by user response return null but sometime we need store payment id which payment canceled by user
https://drive.google.com/file/d/1fXKU9YIKmR9bLR939VNMPbIxd-4fe_nY/view?usp=drive_link I'm using Getx state management. I've WidgetsFlutterBinding.ensureInitialized(); on my main. Not sure how to go about it.