pay_kit 1.2.0
pay_kit: ^1.2.0 copied to clipboard
Flutter 支付插件,支持微信支付、支付宝支付、苹果内购
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pay_kitThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pay_kit: ^1.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pay_kit/pay_kit.dart';