darshankawar

Results 1758 comments of darshankawar

> please provide us complete minimal reproducible code sample @tuyen3962 This as well importantly.

@tuyen3962 You are most probably hitting https://github.com/flutter/flutter/issues/154047 which has been fixed last month. So please upgrade your sdk and re-run your scenario to confirm.

> SKPriceLocaleMessage.decode (package:in_app_purchase_storekit/src/messages.g.dart:417:29) > #1 SKProductMessage.decode (package:in_app_purchase_storekit/src/messages.g.dart:372:41) https://github.com/flutter/packages/blob/4926c0f8bd99ac61e5208e3410182be97ec0c2a4/packages/in_app_purchase/in_app_purchase_storekit/lib/src/messages.g.dart#L417 and https://github.com/flutter/packages/blob/4926c0f8bd99ac61e5208e3410182be97ec0c2a4/packages/in_app_purchase/in_app_purchase_storekit/lib/src/messages.g.dart#L372 Probably `queryProductDetails()` with the `productID` gets data from storekit, but field that will go into `countryCode` in the function `SkPriceLocaleMessage.decode(Object...

@PvtPuddles On what platform are you seeing the reported behavior ? I tried the given code by adding `MaterialApp` and `Scaffold` by running on Android emulator with latest stable but...

@em-jasper Can you provide what was the behavior in previous version if this is only occuring on latest stable ? Also, are you saying that upon tapping on `Home` and...

@em-jasper Thanks for the update. Are you changing the mode (dark or light) from device's settings or in the code itself using SystemUIOverlaySettings ? > In the previous version the...

Thanks for the update. I was able to verify and replicate the reported behavior by running the code on S10+ device (Android 11) wherein, the bottom navigation bar color doesn't...

Maybe similar / related : https://github.com/flutter/flutter/issues/130501

@rrousselGit Please check if above issue resembles your case or not.

Thanks for the report @hoschiho I followed the steps to replicate you provided, but wasn't able to replicate the reported behavior, maybe I missed some config to properly set it...