darshankawar

Results 1758 comments of darshankawar

Thanks for the update. Upon running the code sample, I do see the same behavior as reported. ``` Stable : 3.24.3 Master : 3.27.0-1.0.pre.10 ```

@mahop-net I think your case is similar to https://github.com/flutter/flutter/issues/154520 that has been fixed few days ago. Please switch to latest master and re-run your scenario to confirm if it resolves...

Keeping the issue open based on the report and discussion for team's tracking.

@sun-jiao Thanks for the update and your patience. I tried to replicate it and going by your explaination [here](https://github.com/flutter/flutter/issues/128029#issuecomment-1575507072), I see following: 1. Upon typing `i`: 2. Upon typing `an`:...

@SherpaMiguel Thanks for the report. I am unable to replicate this after running the camera example on iPhone 15 device. What device does it throw the error on ? Also,...

Thanks for the update. This error is replicable without using riverpod as well, which throws below error log: ``` -- LLDB integration loaded -- fopen failed for data file: errno...

@adonisRodxander I am unable to replicate this using https://api.flutter.dev/flutter/material/TextField-class.html#material.TextField.1 in dartpad. The text doesn't get automatically selected in step 2 as you described. See if [this](https://github.com/flutter/flutter/issues/137659) is what you are...

> [@darshankawar](https://github.com/darshankawar) I was able to reproduce it again, note that I remove the obscureText property, maybe it's a problem with my OS. I'm using Chrome on MacOS 15.4.1 I...

Thanks for the update @adonisRodxander Is it only happening in dartpad console correct ? If you copy that code in IDE and run in web platform, does it replicate ?...