darshankawar

Results 1758 comments of darshankawar

@Samaritan123 Maybe `pushAndRemoveUntil` isn't supported yet by the package per https://github.com/flutter/flutter/issues/144924 that you can check with underlying comments to see if they help ? See if https://github.com/flutter/flutter/issues/144924#issuecomment-1992005534 helps in your...

Thanks, yes, I noticed that. I will keep the issue open for team's tracking on the behavior reported.

We tried on Samsung and Pixel 7 devices running Android 14 but weren't able to replicate the reported behavior. Based on the report and behavior occured, keeping the issue open...

Thanks for the detailed report. I tried the same and was able to replicate the reported behavior on latest stable and master versions, but observed the same behavior in previous...

@alihassan143 Can you take a look at [this](https://github.com/flutter/flutter/issues/85529) issue and check if your case resembles it or not ?

See [this](https://github.com/flutter/flutter/issues/124994) if it helps in your case or hitting the same one or not.

I tried replicating this using the IAP plugin example but wasn't able to replicate it properly. Can you provide us runnable code sample that shows the reported behavior ?

@alihassan143 Can you confirm below things ? - After `PurchasedStatus.purchased` in your stream, the sandbox reopens again. - Once you get success message, the purchases status occurs or not. -...

> the listener should only recieve the purchase status when new subsription in bought or restore purchase function is called > the listener should not recieve the `PurchasedStatus.purchased` when subscription...

@prologikus Can you check if the same occurs only using dart code since async comes from dart-lang, so would be good to see if this also replicates only using dart...