pikaju / flutter-braintree

Flutter plugin that wraps the native Braintree SDKs. Enables payments with credit cards, PayPal, Google Pay and more.
https://pub.dev/packages/flutter_braintree
MIT License
65 stars 126 forks source link

Apple Pay and Google Pay custom Flutter UI without Drop-in #108

Open yarn-rp opened 2 years ago

yarn-rp commented 2 years ago

Is there a way we can launch an Apple Pay or Google Pay payment without having the Drop-in UI. The repo description says

Unlike other plugins, this plugin not only lets you start Braintree's native Drop-in UI, but also allows you to create your own custom Flutter UI with Braintree functionality.

Is there a way to request an Apple Pay method or Google Pay like we have with Paypal with Braintree.requestPaypalNonce? If there is no current way, is this going to be implemented soon? High end apps most of the time need some custom UI to really match the design language, so I think this should be a must have

gitHubAdminUser commented 2 years ago

bump

pikaju commented 1 year ago

Pull requests are welcome.