master_detail_scaffold icon indicating copy to clipboard operation
master_detail_scaffold copied to clipboard

observer.navigator == null is not true

Open XExistence opened this issue 3 years ago • 3 comments

So this error keep happening when I have more that one MasterDetailScaffold in the widget tree. Somehow its almost as if their instances are not separate.

To recreate this issue I used the example app from the repo and added an action to the app the that routes to another section of the example that also has a MasterDetailScaffold then it breaks.

I was wondering if anyone knows what im doing wrong, of if what I could do to fix this issue as it has been persisting for long while now.

Screenshot 2020-09-16 at 12 12 52

XExistence avatar Sep 16 '20 10:09 XExistence

Anyone experiencing this issue?

XExistence avatar Dec 12 '20 11:12 XExistence

Yes.

jamespet77 avatar Jan 06 '21 04:01 jamespet77

It's been a while since I've looked at the implementation but off-memory, it was built more on the assumption that there's only one as it's typically the pages within the within the nested navigator that change whilst the menu in the "master pane" remains the same

MaikuB avatar Jan 06 '21 04:01 MaikuB