wxpay 0.0.5 copy "wxpay: ^0.0.5" to clipboard
wxpay: ^0.0.5 copied to clipboard

微信支付,目前支持jsapi和h5

wxpay #

A new Flutter plugin project.

目前支持jsapi和h5

Getting Started #

//先进行初始化
Wxpay().init();

Wxpay().payH5(url);

Wxpay().payJsapi(config,(){
print('支付的回调');
});

// 要在调用前,在index.html中调用localStorage.setItem('open','value')
var openid = Wxpay().getJsapiOpenid();
0
likes
45
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

微信支付,目前支持jsapi和h5

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on wxpay

Packages that implement wxpay