Mahesh Jamdade

Results 463 comments of Mahesh Jamdade

Hey @daddowzoubair, Thanks for filing the issue. Did you try wrapping the SearchField widget in Directionality, The Suggestions May not support directionality but they are full customizable code sample ```dart...

Hi @deretame, Thanks for filing the issue. I am not sure I understood what the issue is in the screenshot share above or the expected or the actual results don't...

Thanks for the clarification @deretame, I am unable to reproduce this on Pixel 7 emulator or Physical Device. Labelling for further investigation from the team. Looks similar to https://github.com/flutter/flutter/issues/159876 flutter...

Hi @ari-0, Thanks for filing the issue. Looks like the master channel switch didn't completely download the flutter sdk, > The system cannot find the file specified. cb4b5fff73850b2e42bd4de7cb9a4310a78ac40d was unexpected...

Hi @algu1984, Thanks for filing the issue. I am able to reproduce the issue the image doesn't render on chrome with both wasm and canvaskit renderers while it renders on...

Looks like none of the avif images are rendered I tried few image [samples from here](https://github.com/link-u/avif-sample-images/blob/master/) Safari Vs Chrome code sample ```dart import 'package:flutter/material.dart'; const int maxSeeds = 250; void...

Hey @ahsanirfan961, thanks for the PR do you have a minimal reproduction where it fails?

Hello @franzlst, Thanks for the detailed issue. I will take a look at it soon currently afk.

Hi @franzlst, Are you seeing this issue on the latest flutter stable channel? Unfortunately I am unable to reproduce it on `Flutter (Channel stable, 3.24.3, on macOS 15.0 24A335 darwin-arm64`...

Thanks for the details @franzlst, Unfortunately I am not able to reproduce that issue on my end, I understand the mounted condition is not required, `_overlayEntry != null ` should...