-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Description
Hey @searchy2 ! Thank you for search a great package.
I have one improvement request.
As per the implementation, it is obvious that children of ResponsiveRowColumn gets rebuilt every time we resizes our app (in my case its web app).
For example, suppose we have one StatefulWidget widget as one of the children and it makes network call in its initState() method. Then each time when we resizes our app, then its initstate method is going to run again (given that rowColumn flag must be satisfied though).
Can you make workaround to prevent this?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels