dpo_standard 1.0.0 copy "dpo_standard: ^1.0.0" to clipboard
dpo_standard: ^1.0.0 copied to clipboard

retractedoutdated

DPO's official library that wraps the standard implementation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dpo_standard

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

dependencies:
  dpo_standard: ^1.0.0

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:dpo_standard/core/TransactionCallBack.dart';
import 'package:dpo_standard/core/dpo.dart';
import 'package:dpo_standard/core/navigation_controller.dart';
import 'package:dpo_standard/core/transaction_status.dart';
import 'package:dpo_standard/dpo.dart';
import 'package:dpo_standard/models/TransactionError.dart';
import 'package:dpo_standard/models/responses/charge_response.dart';
import 'package:dpo_standard/view/DPOWebView.dart';
import 'package:dpo_standard/view/dpo_style.dart';
import 'package:dpo_standard/view/payment_widget.dart';
import 'package:dpo_standard/view/view_utils.dart';
2
likes
0
points
65
downloads

Publisher

verified publishergiantherbalrems.com

Weekly Downloads

DPO's official library that wraps the standard implementation.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_inappwebview, fluttertoast, http

More

Packages that depend on dpo_standard