darshankawar

Results 1729 comments of darshankawar

Thanks for the report. Seeing the same behavior as reported. ``` stable: 3.38.2 master: 3.39.0-1.0.pre-219 ```

@lucianoGG Thanks for the report. I was unable to replicate the reported behavior. Upon following below step and then building / analyzing / archiving was successful for me on a...

Thanks for the update. Based on above findings, I'll keep the issue open for team's tracking.

@Mohammad-Abureesh Can you provide device details in which you are seeing the reported behavior ? Are you using any plugin / platform-view in your code that shows the reported behavior...

> Specifically, the system bottom navigation bar overlaps or hides interactive elements located at the bottom of the app UI. Did this start to occur only after upgrading to 3.32...

> Samsung Galaxy S23+ (One UI) What version is One UI ? It could be similar to the issue I linked earlier. Also try with above code.

> The One UI 7.0 https://github.com/flutter/flutter/issues/168635

Closing as resolved based on above comment. The other issue you are facing is due to One UI 7.0 for which you can follow-up in linked issue.

> I’ve encountered a new problem: a black bar now appears above the system bottom bar across all app screens after adding the recent SafeArea-related changes Please file a new...

Thanks for the report and potential fix @koukibadr With below runnable code, when I tap on textfield, I get `textfield updated` in the console. code ``` import 'package:flutter/material.dart'; void main()...