standard_checkout_plugin 1.0.1
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_pluginThis 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.1Alternatively, 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';