In flutter web, I am trying to divide my screen into 2 parts. One would be static and 1 would be loaded dynamically. Is there a way to apply navigation only in 1 section instead of on changing the entire page.
So based on the values selected in 1st section, 2nd section can show a new Page.