Hi there!
I used responsive_scaffold package to display a list of items on left side screen and show a detail of item list on right side of the screen as in attached image.
My question is how to navigate to another page and only change the details page without losing list, because when used a Navigator.push () changes whole page and not just the right part of screen, which would be detail.
