ayham95 / Custom-navigator

A flutter package that handles navigation deep in the widget tree
MIT License
80 stars 33 forks source link

Same GlobalKey on all pages #29

Closed iNoles closed 4 years ago

iNoles commented 4 years ago

I thought each BottomNavigationBar items should have different navigatorState key. With same globalkey, it may be confuse navigation history.