xpay 0.0.2 copy "xpay: ^0.0.2" to clipboard
xpay: ^0.0.2 copied to clipboard

outdated

A new flutter plugin project.

xpay #

A Flutter Pay Plugin

Platfrom #

The future wall support

  1. Alipay
  2. WeChatPay
  3. GooglePay
  4. ApplePay

Getting Started #

ios need add info to info.plist

<key>CFBundleURLTypes</key>
		<array>
			<dict>
				<key>CFBundleTypeRole</key>
				<string>Editor</string>
				<key>CFBundleURLName</key>
				<string>alipay</string>
				<key>CFBundleURLSchemes</key>
				<array>
					<string>xpay</string>
				</array>
			</dict>
		</array>

main(){
    Xpay.Alipay(String order)
    
}
1
likes
0
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A new flutter plugin project.

License

unknown (license)

Dependencies

flutter

More

Packages that depend on xpay

Packages that implement xpay