FilledStacks / responsive_builder

A set of widgets to make responsive UI building in flutter more readable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widgets Rebuilding when changing window size in web

romaan-khan opened this issue · comments

Widgets are rebuilding when changing window size. How do we avoid this

I have the same issue, how to solve it?

Hi, this is how it's expected to work.

Flutter rebuilds are very effective, and happens all the time.

  • when the notification tray open up
  • When the keyboard opens up
  • When you get a call
  • When a dialog shows up
  • When a bottom sheet shows up

Are you experiencing performance issues with this?

@FilledStacks What is the right approach to keep form data like text field when resizing ?