Jamalianpour / easy_sidemenu

An easy to use side menu (navigation rail) in flutter and can used for navigations
https://pub.dev/packages/easy_sidemenu
MIT License
143 stars 69 forks source link

Showing URL on website while navigation #65

Open Zia-Bashir opened 11 months ago

Zia-Bashir commented 11 months ago

Hi, I haven't used the package yet. I'm looking for a persistent sidebar that the sidebar is persistent and screens on the right side are navigating because through navigation you can show routes in URL tab.

RoyalCoder88 commented 5 months ago

+bump I need this feature as well, thanks in advance!

Jamalianpour commented 5 months ago

This feature is outside the scope of this package. You can implement this easily with go_router Check out these links:

  1. https://stackoverflow.com/questions/75486115/flutter-nested-navigation-inside-a-page-using-go-router
  2. https://pub.dev/documentation/go_router/latest/topics/Navigation-topic.html
Zia-Bashir commented 5 months ago

@Jamalianpour Thanks for your comment. I did shell routing using go_router