flutter-plugin
flutter-plugin copied to clipboard
Hello, We can customize the Apple Pay Button with a cornerRadius (by default set to 4.0) So to do this we need to add when create the button : ```...
I have completed the integration a month before. The Google Pay in Android and Apple Pay in iOS was working fine in Production mode. But recently when Im checking google...
Hi, I am getting a "Payment not completed" error when using a US and USD in the configuration. My issue is that when the payment sheet fails, I get no...
If a user on Apple hasn't set up there card in the wallet then the button will not show, but sometimes the desired functionality is to show a button to...
i use flutter pay in Arabic/English app in Arabic language book with google pay button appeared as "مادختساب زجحلا" do you have any way to control this text or remove...
Regarding the use of `NSDecimalNumber` in https://github.com/google-pay/flutter-plugin/blob/main/pay_ios/ios/Classes/PaymentHandler.swift#L125, please read the Discussion section in https://developer.apple.com/documentation/foundation/nsdecimalnumber/1409902-init. Should amounts really be strings? What are the odds of users of this plugin will convert...
The `Pay` client accepts loading a payment configuration both from an asset stored within the Flutter module, or a JSON string produced at runtime (eg.: loaded from a backend server)....
One alternative to configure payment providers for this plugin is to create a configuration file in JSON format, and reference it in the instantiation of the payment client or the...
Use the [format section in the Flutter style guide](https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#formatting) as a default strategy to format files in the repository, unless there is supporting rationale that improves readability, comprehension or grouping...
Before displaying the Google Pay button, a readiness call is issued to determine whether the user in question can use Google Pay. Most of the times this value does not...