braintree_payment 1.2.4 braintree_payment: ^1.2.4 copied to clipboard
Braintree Payment plugin for Flutter apps by Deligence Technologies. This payment gateway plugin lets you integrate Braintree Drop In payment UI in just 4 easy steps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add braintree_payment
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
braintree_payment: ^1.2.4
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:braintree_payment/braintree_payment.dart';