flutter-braintree
flutter-braintree copied to clipboard
Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
Drop in not open when clicking paypal from bottom sheet  When click Paypal it shows this error, am I missing something, another thing if my client token has any...
Attempting to use PayPal on Android crashes my Flutter App, and outputs the following console error ``` D/AndroidRuntime(12067): Shutting down VM E/AndroidRuntime(12067): FATAL EXCEPTION: main E/AndroidRuntime(12067): Process: com.ivisa.services.stg, PID: 12067...
Hello, I am using flutter version 4.0.0 I am using method final request = BraintreeCreditCardRequest( cardNumber: '4111111111111111', expirationMonth: '12', expirationYear: '2021', cvv: '123', ); final result = await Braintree.tokenizeCreditCard( tokenizationKey,...
Hi, I am trying to use this package on iOS 13.0, but am facing deprecation warnings that are causing the build to fail: ``` Deprecations (Xcode): 'setNetworkActivityIndicatorVisible:' is deprecated: first...
   why not show google pay?
 Only getting paypal and card option here in BraintreeDropInRequest. how can I get venmo option also? ``` var request = BraintreeDropInRequest( vaultManagerEnabled: true, applePayRequest: BraintreeApplePayRequest( amount: amountInt.toDouble(), displayName: "TEST",...
I need to allow the user to send from his venmo/paypal account to another user's account. On Stackoverflow I saw that somewhere a "payee" parameter has to be filled with...
Hello, I'm currently trying to implement flutter_braintree in a Flutter app i'm doing as a university project. For my specific needs, I need to be able to support payments between...
Hi, iOS application crashes when we calling the Braintree.tokenizeCreditCard function if you pass an invalid tokenization key(empty string for example) in the authorization field. You can check in your example...
App Crashed E/AndroidRuntime(23968): Process: , PID: 23968 E/AndroidRuntime(23968): java.lang.RuntimeException: Unable to start activity ComponentInfo{$applicationId/com.braintreepayments.api.DropInActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.os.Bundle.setClassLoader(java.lang.ClassLoader)' on a null object reference E/AndroidRuntime(23968): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3645)...