darshankawar

Results 1758 comments of darshankawar

Can you try [this](https://github.com/flutter/flutter/issues/115230#issuecomment-1323412869) to see if it helps in your case or not ?

@shilkazx I don't have the said Linux setup to verify at my end. Can you switch to latest master and re-run your scenario to check if it still persist or...

@shilkazx You probably are on checkout version of stable. Please run `flutter channel master` and then try to run your scenario.

> Then `flutter build linux` still complain "The current Flutter SDK version is 0.0.0-unknown." etc. Check https://github.com/flutter/flutter/issues/148000 for further reference. > The `flutter channel master` works perfect and I run...

I will keep the issue open for team's tracking as currently I don't have linux setup to verify this.

@zmtzawqlp Container takes as much space / height as possible. Can you try to wrap the Container with `Align` or Positioned widget to see if it helps ? Just like...

> do you see the text in flutter begin with big height and become the normal? Yes. Can you provide a demo repo that we can directly clone and run...

Thanks for the repo. Using it, I was able to observe same behavior as reported. stable, master flutter doctor -v ``` [!] Flutter (Channel stable, 3.22.2, on macOS 12.2.1 21D62...

@Ortes The code sample uses third party package implementations. Can you provide only minimal but complete code sample without third party implementation that still shows the reported behavior ?

Thanks for the updated code. I ran it and tried to replicate the reported behavior, but not sure what exactly is the issue are you reporting. I used the trackpad...