maheshj01/navbar_router

Refactor NavbarNotifier apis

Opened this issue · 1 comments

Describe the bug

Some of the methods of NavbarNotifier are not required to be exposed to client
e.g Don't expose onBackButtonPressed

  • Don't expose NavbarNotifier properties to outside world
  • Add a method to programmatically push a route in any index of navbar

Added a method to programmatically push a route to any tab in Navigator Stack using NavbarNotifier.pushNamed(route,index) in v0.6.3