Mahesh Jamdade

Results 177 comments of Mahesh Jamdade

Reproducible on stable and the master channel when the tooltip appears, Ink Ripple stops https://user-images.githubusercontent.com/31410839/167362312-47a1b1eb-d63b-4688-a97d-faf0bddccd8b.mov code sample ```dart import 'package:flutter/material.dart'; void main() => runApp(const MyApp()); class MyApp extends StatelessWidget {...

> Any updates? @muhammadkamel someone from the team should review the issue soon, Also when this gets fixed the fix will be available on the master channel. More about the...

Hi @domesticmouse, Thanks for filing the issue. Looks like TextField has contentPadding But it shows the padding during scroll. Labeling this issue as a new feature. code sample ```dart import...

Hi @apieceofcode1801, please note that the issue tracker is not to provide support with your code but to track issues and feature requests in flutter. I would advise you to...

Thanks for the clarification, Reopening based on the above comment

I am able to reproduce the issue on stable and the master channel. On reinitializing the VideoPlayerController, the playback speed is always set to 1.0x. The reinitialization looks fine too....

> I confirm this issue is only happening on iOS only and still working on android. I can confirm this too.

Hi @jaded0, Thanks for filing the issue. I did see that warning a week back when uploading an [app](https://github.com/maheshmnj/furdle) to play console. Provided that you have tried a bunch of...

How do you prevent \ from closing on clicking `DropdownMenuItem` ```tsx onMenuClick('light')} className="px-6 text-md "> ```