standard_checkout_kit 1.0.1 copy "standard_checkout_kit: ^1.0.1" to clipboard
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';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

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 integrating payments in your Flutter project.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

eventify, flutter, plugin_platform_interface

More

Packages that depend on standard_checkout_kit