responsive_scaffold icon indicating copy to clipboard operation
responsive_scaffold copied to clipboard

How to navigate to other page without losing ListView in responsive_scaffold package?

Open polpenyarrojaNik opened this issue 4 years ago • 0 comments

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. Captura de pantalla 2021-08-30 a las 8 22 08

polpenyarrojaNik avatar Aug 30 '21 08:08 polpenyarrojaNik