tashone

Results 2 issues of tashone

I can't change icon in notification. ` foregroundNotificationConfig: ForegroundNotificationConfig( notificationText:getMessage('location_check_text'), notificationTitle: getMessage('location_check_title'), notificationIcon: AndroidResource(name: 'ic_stat_onesignal_default'), enableWakeLock: true, ) ` I can't use AndroidResource. Need change export export 'src/types/foreground_settings.dart' show ForegroundNotificationConfig,...

type: bug
platform: android
P2

Hello. When I run > flutterPay.canMakePayments() I get error: > I/System.out(20086): getBaseCardPaymentMethod, authMethods: ["PAN_ONLY","CRYPTOGRAM_3DS"] W/System.err(20086): com.google.android.gms.common.api.ApiException: 10: W/System.err(20086): at com.google.android.gms.common.api.internal.TaskUtil.setResultOrApiException(com.google.android.gms:play-services-base@@17.1.0:6) W/System.err(20086): at com.google.android.gms.internal.wallet.zzw.zza(com.google.android.gms:play-services-wallet@@18.0.0:8) W/System.err(20086): at com.google.android.gms.internal.wallet.zzt.dispatchTransaction(com.google.android.gms:play-services-wallet@@18.0.0:40) W/System.err(20086): at com.google.android.gms.internal.wallet.zza.onTransact(com.google.android.gms:play-services-wallet@@18.0.0:13) W/System.err(20086):...