flutter_braintree 4.0.0 copy "flutter_braintree: ^4.0.0" to clipboard
flutter_braintree: ^4.0.0 copied to clipboard

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_braintree
copied to clipboard

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

dependencies:
  flutter_braintree: ^4.0.0
copied to clipboard

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:flutter_braintree/flutter_braintree.dart';
copied to clipboard
200
likes
160
points
8.13k
downloads

Publisher

verified publisherjulien-scholz.dev

Weekly Downloads

2024.09.18 - 2025.04.02

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta

More

Packages that depend on flutter_braintree