Jon Samwell

Results 126 comments of Jon Samwell

Use this ``` final shape = RoundedRectangleBorder(borderRadius: BorderRadius.circular(20)); SignInButton( Buttons.AppleDark, shape: shape,, onPressed: () { }, ), ```

This would be great to get in

Did you find a solution to this. We are trying to do native pay recurring subscription payments?

Seeing the same is there any update on this issue?

I think this is some issue to do with when the lib calls the native `PKPaymentAuthorizationViewController.canMakePayments` as it always seems to return false on a real iOS device. Perhaps the...

After lots of looking my issue was that I did not have the merchant id in the entitlements file and I was using the string 'master_card' not 'mastercard' in the...

@AdnanKazi did you figure out how to do subscription payments?

Any movement on supporting Linq operations?

@brianegan I think a replay observable that was long lived and didn't use `refCount` would be a valuable addition. In regards to the stream builder building twice even if passed...

Any further progress on this? I'm facing the same issue when running Karma via grunt on a team city build agent. Running the process manually on the box works fine....