Flutter – How to achieve a persistent side-bar with nested routing?
I am trying to achieve a persistent menu (side-bar) in flutter web. I can achieve that as long as all the pages in the app are directly listed as menu items. The problem is I cannot get the nested pages…