Relative Content

Tag Archive for flutterdartweb

why flutter app stuck on web on fist page?

I have a simple flutter app it’s working well and fast on android .
Also it’s working well on web build mode.
But in web release mode it’s stuck in first page.
I checked the console logs in inspect it’s repeat the below error.

How to solve the problem of widget redrawing when changing screen size?

I’m new to Flutter and developing a web application. Depending on the screen size, I update the layout. But when the layout changes, the widget does not save the entered values in the fields; they are reset, along with the states. For example, I enter data in the mail and password fields and reduce the window from desktop to mobile, and then the text in the fields is reset. How to fix it.