You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @GroovinChip , it's been a long time since I've heard from you. I hope you are doing well.
Use case
Am using a GridView with dynamic crossAxisCount computed using a factor on MediaQuery.of(conext).size.width.
The problem, my calculations are wrong every time the pan is resized.
Video With ResizablePane
with.pane.webm
Video Without ResizablePane
without.pan.webm
Proposal
Add something like onPaneRezided call back to ResizablePane which will provide the new size (height or width depending on the pane orientation) of the pane every time resizing action occurs.
The text was updated successfully, but these errors were encountered:
Hey @GroovinChip , it's been a long time since I've heard from you. I hope you are doing well.
Use case
Am using a
GridView
with dynamiccrossAxisCount
computed using a factor onMediaQuery.of(conext).size.width
.The problem, my calculations are wrong every time the pan is resized.
Video With
ResizablePane
with.pane.webm
Video Without
ResizablePane
without.pan.webm
Proposal
Add something like
onPaneRezided
call back toResizablePane
which will provide the new size (height or width depending on the pane orientation) of the pane every time resizing action occurs.The text was updated successfully, but these errors were encountered: