payment_flutter 0.0.1-alpha.1 copy "payment_flutter: ^0.0.1-alpha.1" to clipboard
payment_flutter: ^0.0.1-alpha.1 copied to clipboard

outdated

A flutter plug-in for the native Payment library (Android and iOS).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add payment_flutter

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

dependencies:
  payment_flutter: ^0.0.1-alpha.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:payment_flutter/payment.dart';
import 'package:payment_flutter/payment_ui/main_method.dart';
import 'package:payment_flutter/payment_ui/payment_request.dart';
import 'package:payment_flutter/payment_ui/payment_result.dart';
import 'package:payment_flutter/vnpay_ewallet/vnpay_ewallet_user.dart';
1
likes
0
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plug-in for the native Payment library (Android and iOS).

Repository

License

unknown (license)

Dependencies

flutter

More

Packages that depend on payment_flutter

Packages that implement payment_flutter