xpayment 0.0.1 copy "xpayment: ^0.0.1" to clipboard
xpayment: ^0.0.1 copied to clipboard

X Payment SDK for Flutter

X Payment SDK

Features #

Launch Pai or Lanton App to order

Getting started #

flutter pub add xpayment

Usage #

import 'package:xpayment/xpayment.dart' as xpay;

await xpay.pay(
      app: xpay.PaymentApp.pai,
      orderId: '123456',
      symbol: 'USDT',
      amount: '3.65',
      to: 'ABC 公司',
      appReturnUrl: 'https://example.com/app-return',
    );
0
likes
0
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

X Payment SDK for Flutter

Homepage

License

unknown (license)

Dependencies

flutter, url_launcher

More

Packages that depend on xpayment