Caroo
Caroo
Same error here: /C:/Users/Aris/AppData/Local/Pub/Cache/hosted/pub.dev/pay-1.1.2/lib/src/widgets/google_pay_button.dart:55:42: Error: Required named parameter 'paymentConfiguration' must be provided. _googlePayButton = RawGooglePayButton( ^ /C:/Users/Aris/AppData/Local/Pub/Cache/hosted/pub.dev/pay_android-1.1.0-beta01/lib/src/widgets/google_pay_button.dart:83:3: Context: Found this candidate, but the arguments don't match. RawGooglePayButton({ ^^^^^^^^^^^^^^^^^^ Target kernel_snapshot...
> Hi everyone, thank you for the comments. [`1.1.2` version of the `pay`](https://github.com/google-pay/flutter-plugin/blob/pay-v1.1.2/pay/pubspec.yaml#L32) package uses the following versions: > > * `pay_ios`: `^1.0.9` which resolves to `1.0.11` today > *...
The problem was flutter_svg package that pay depends on. flutter_svg: any
The issue still exists.