You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've been testing a few things and it looks like the resize is not working properly when you have an screen width of more than 800 pixels.
As far as I know the following widgets are not working properly: TextField, TextFormField, RaisedButton.
I've shared a git project so you can see exactly what I mean: Git responsive test project (Test it in Flutter Web with different sizes)
When the screen width is smaller than 800 pixels, it resizes the widgets as usual, but when it is bigger, it just makes them wider.
With images it works perfectly.
If you need some more information just ask for it.
Thank you.