Open tashone opened 3 years ago
I think you need update some versions of android services\includes. Included other packet mad_pay: ^2.1.0 and i haven't this error....
I found what need to add into your packet. Need change manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xamelon.flutter_pay">
<application> <meta-data android:name="com.google.android.gms.wallet.api.enabled" android:value="true" /> </application>
on this.
and maybe update version of lib
implementation 'com.google.android.gms:play-services-wallet:18.1.2'
Hello. When I run
I get error:
Can You help with this error? Earlier I tried with other packet and it was ok, but now I has error with both packets...