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

A secure Flutter plugin for PayPal Advanced Checkout integration using native Android and iOS SDKs (Card Approval Only).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add am_flutter_paypal

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

dependencies:
  am_flutter_paypal: ^0.1.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:am_flutter_paypal/am_flutter_paypal.dart';
1
likes
150
points
33
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A secure Flutter plugin for PayPal Advanced Checkout integration using native Android and iOS SDKs (Card Approval Only).

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on am_flutter_paypal

Packages that implement am_flutter_paypal