darshankawar

Results 1758 comments of darshankawar

Thanks for the report. I see the same behavior as reported using latest sdk versions. ``` stable : 3.27.1 master : 3.28.0-1.0.pre.87 ```

I tried on S10+ device (Android 12) but didn't get the reported behavior. Looks like OP is on PopOS, so could be related to it ? I will keep the...

@ignicubeLaeeq Please provide us runnable reproducible code sample without third party package implementation that shows the reported behavior.

> show the navigationBar on BScreen above keyboard, while hiding the navigationBar on AppShell. I think you are hitting https://github.com/flutter/flutter/issues/26499 so please follow-up in it for further updates. Closing this...

@hamada-developer Thanks for the report. Although I am not on latest macOS version yet, but I tried on 15.5 in which opening the AS doesn't trigger the reported behavior. >...

Thanks for the update. I'll try to upgrade to latest version but meantime, based on the reported behavior, will keep the issue open and label for team's input / attention.

> My problem was fixed by simply adding ".0" after the int, so `this.width = 10.0` instead of `this.width = 10` @MohiuddinM Can you share what part of code implementation...

Thanks for the report @JILTB I do see the same behavior after cloning your repo and then running on S10+ device (Android 12). Interestingly, if I run the same app...

Can you try the plugin [example](https://github.com/flutter/packages/tree/main/packages/video_player/video_player/example) on same device to check if they show such behavior ?

Thanks for the update. As verified [earlier](https://github.com/flutter/flutter/issues/157503#issuecomment-2435197197) as well, I am able to replicate this on S10+ device. The black borders aren't shown when running the same code on emulator....