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

Why do some payments lack eciIndicator and onlinePaymentCryptogram after decryption This is my current parameter { "provider": "apple_pay", "data": { "merchantIdentifier": "*", "displayName": "*", "merchantCapabilities": [ "3DS", "debit", "credit" ],...

Adding `"existingPaymentMethodRequired": true,` to the config JSON breaks payment sheet presentation.

This crash affects some users of Redmi devices. Users have different versions of Android (10 - 12). pay version: 1.1.1 ``` Caused by kotlin.UninitializedPropertyAccessException: lateinit property loadPaymentDataResult has not been...