flutter-plugin icon indicating copy to clipboard operation
flutter-plugin copied to clipboard

Results 63 flutter-plugin issues
Sort by recently updated
recently updated
newest added

Hi , my apple pay button works great and return the token but i just need these values from onApplePayResult : transactionId, ephemeralPublicKey, publicKeyHash, data, signature, version, transactionIdentifier, network, displayName,...

Is there a way to add a recurring/subscription `PaymentItem` to `paymentItems` of `ApplePayButton`? This is to show to the user that the item is a subscription not just a one...

enhancement

With Flutter 2.2, the web platform reached a stable release. Include the integration for Web as part of this plugin with the two providers supported for mobile (Apple Pay and...

enhancement

when pressing the google pay button, I call the showPaymentSelector method but I get this error `E/flutter ( 4453): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(10, , null, null) E/flutter ( 4453): #0...

When you click on close button in google pay bottom sheet the app destroyed https://user-images.githubusercontent.com/27555246/195558357-e7120161-c16d-4fa3-9b10-661a2afc323e.mov

One proposal that allows the _GooglePayButton_, _ApplePayButton_, and _PayButton_ to accept a string which can either be the payment configuration or the payment configuration file. #7

this error seems to be coming in adb logcat and Google Pay button not visible instead childOnError triggered. 04-01 02:23:13.308 3020 15516 W TapAndPay: shouldEnableGooglePay: false [CONTEXT service_id=79 ] 04-01...

On occasion showPaymentSelecter throws 'PlatformException(paymentError, Failed to present payment controller, null, null)' when opening paymentSelector with Apple Pay after several seconds of waiting. Have tested using Flutter version 3.0.4 and...