SamuelMTDavies
SamuelMTDavies
> The timing was unfortunate, however, my point still stands. > > I found the limit within the dist file and increased it to 100 seconds, and now my commits...
@ViniciusDeep has this fix been pushed at all? I see there were some fixes in the android package but have these been filtered through to this package? I ask as...
@JIUgia - I have upgraded and its not crashing on Android but i may have found a bug. I will post it here and if deemed necessary i will put...
@JlUgia Just for my own clarity. This code always returns null if the payment selector is successfully shown? (for android) ``` final result = await _payClient.showPaymentSelector(provider, [ PaymentItem( label: 'into...
I've got it working in the test environments but it does seem a little temperamental. It's a pain having to test on real iOS devices and that the results come...
The temprementality is whether the Google Pay or Apple Pay button shows or not. I am testing across the simulator, emulator, real iPhone and android devices. Sometimes it works fine...
It's also odd to pass the Google Configuration the the [Pay client instance](https://github.com/google-pay/flutter-plugin/blob/9e3f5fbb8911ace6d925ff087ee321f4cfe9d529/pay/example/lib/advanced.dart#L64) and then provide the configuration a second time [on the RawGoogleButton](https://github.com/google-pay/flutter-plugin/blob/9e3f5fbb8911ace6d925ff087ee321f4cfe9d529/pay/example/lib/advanced.dart#L181) - which one is used? Its...