How to Create side bar menu with navigation in flutter web

Viewed 40

I am new to flutter and working on a web app, I want side bar menu similar to any website. I search a lot but some are using getx for navigation and some are using navigationrail I don't want to use both of these and neither any other package. Is it possible to create simple side menu bar without using these.

1 Answers

You can use this package easy_sidemenu just define a PageController and you're ready to go

Related