ctechpay 0.1.0
ctechpay: ^0.1.0 copied to clipboard
Official Flutter and Dart SDK for CtechPay in-app Airtel Money payments and card checkout status checks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ctechpayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ctechpay: ^0.1.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:ctechpay/ctechpay.dart';