h5pay-flutter icon indicating copy to clipboard operation
h5pay-flutter copied to clipboard

A H5/HTML5 payment (such as Alipay, WeChat-Pay) plugin for flutter.

Results 5 h5pay-flutter issues
Sort by recently updated
recently updated
newest added

安卓真机 无法跳转支付宝 提示cantLaunchUrl ``` TextButton( onPressed: () async { final status = await showH5PayDialog( context: context, getPaymentArguments: () async => PaymentArguments( url: 'http://xqpcvlo5.xxx.net/alipay/wapPay?amount=0.01', redirectSchemes: ['alipay', 'alipays'], httpHeaders: { 'Authorization': SPUtils.getToken(),...

简单明了的插件。不知道可不可以用到Flutter Web的项目中?

你好,这个要传哪些参数呢