standard_checkout_plugin 1.0.1 copy "standard_checkout_plugin: ^1.0.1" to clipboard
standard_checkout_plugin: ^1.0.1 copied to clipboard

Flutter plugin for integrating standard checkout payment gateway in Android, iOS, and Web applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add standard_checkout_plugin

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  standard_checkout_plugin: ^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_plugin/checkout_plugin.dart';
import 'package:standard_checkout_plugin/model/pay_request.dart';
import 'package:standard_checkout_plugin/model/pay_result.dart';
import 'package:standard_checkout_plugin/model/payment_utils.dart';
import 'package:standard_checkout_plugin/payment_web_view.dart';
0
likes
140
points
166
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for integrating standard checkout payment gateway in Android, iOS, and Web applications.

Homepage

License

unknown (license)

Dependencies

crypto, flutter, http, webview_flutter

More

Packages that depend on standard_checkout_plugin