standard_checkout_kit 1.0.1 standard_checkout_kit: ^1.0.1 copied to clipboard
The Paymentz Standard Checkout Kit Flutter plugin allows you to integrate Payment Gateway of Paymentz into your application. This plugin has been designed to minimise the complexity of handling and in [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add standard_checkout_kit
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
standard_checkout_kit: ^1.0.1
Alternatively, 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:standard_checkout_kit/checkout_plugin.dart';
import 'package:standard_checkout_kit/constants/payment_brand.dart';
import 'package:standard_checkout_kit/constants/payment_mode.dart';