FilledStacks / responsive_builder

A set of widgets to make responsive UI building in flutter more readable
MIT License
504 stars 81 forks source link

Reduced unnecessary rebuilds by using MediaQuery as InheritedModel #54

Open MominRaza opened 1 year ago

MominRaza commented 1 year ago

fixes #41 reference flutter/flutter#114459

MominRaza commented 1 year ago

@FilledStacks please look into it

tjarvstrand commented 4 months ago

@FilledStacks This would be a great improvement to platforms where changing the window size is easy/common. Would you please consider merging it in?