digetpay_plugin 0.1.0 copy "digetpay_plugin: ^0.1.0" to clipboard
digetpay_plugin: ^0.1.0 copied to clipboard

Pure-Dart DigetPay payment plugin: hosted (PCI-safe) checkout via WebView plus transaction management over the DigetPay REST API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add digetpay_plugin

With Flutter:

 $ flutter pub add digetpay_plugin

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

dependencies:
  digetpay_plugin: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:digetpay_plugin/digetpay_plugin.dart';
1
likes
0
points
257
downloads

Publisher

unverified uploader

Weekly Downloads

Pure-Dart DigetPay payment plugin: hosted (PCI-safe) checkout via WebView plus transaction management over the DigetPay REST API.

Homepage

License

unknown (license)

Dependencies

flutter, http, uuid, webview_flutter

More

Packages that depend on digetpay_plugin

Packages that implement digetpay_plugin