Flutter Web Blank Screen on Mobile Browser after Scroll

Viewed 25

Flutter web not rendering properly on mobile browsers. I made a static website with scroll using ListView. As soon as I scroll down the screen goes blank.

It is working perfectly fine on Laptop Browsers.

2 Answers

probably, it would be a layout problem open the dev tools layout manager and check your widgets constraints

There was a render flex issue which was crashing the web page in release and wasn't showing any msg.

Related