Suhail
Suhail
> I tested on samsung device, however, can't reproduce it. Can you recored the whole setting process? I also faced same issue , but not with popup for accepting call...
> Ok. I will check it @hiennguyen92 checkAndNavigationCallingPage(); is running many times 3 to 4 times and thus resulting in screen duplication, pushing same screen 3 to four times please...
> Hello you need to store it as Uint8List > > ``` > @HiveField(5) > Uint8List? image; > ``` > > and you convert your image like this if you...
@mianumar5653 @JlUgia @junaidlodhi22 **Issue Description:** I'm encountering the same issue when trying to run my Flutter project after adding the pay package version 1.1.2. The error message states: _Error (Xcode):...
> 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 > *...
> @suhail600, can you share more about your `pubspec.yaml` `dependencies` configuration and how they get resolved in your `pubspec.lock`? There are no conflicts within dependencies `pubspec.yaml` dependencies: **pay: ^1.1.2** `pubspec.lock`...
> > @suhail600, can you share more about your `pubspec.yaml` `dependencies` configuration and how they get resolved in your `pubspec.lock`? > > There are no conflicts within dependencies `pubspec.yaml` >...
> This is certainly unexpected. > > 1. Do you only have the `pay` dependency in the `dependencies` section in your `pubspec.yaml` or do you also have an entry for...
> This is certainly unexpected. > > 1. Do you only have the `pay` dependency in the `dependencies` section in your `pubspec.yaml` or do you also have an entry for...
> @suhail600 Can you provide `flutter doctor -v`, plugin version, platform on which you are seeing this behavior along with complete minimal reproducible code sample ? > > Also check...