RafaelBarbosatec / hidden_drawer_menu

Hidden Drawer Menu is a library for adding a beautiful drawer mode menu feature with perspective animation.
MIT License
352 stars 55 forks source link

No reload on item selection?? #13

Open me-abhishekpal opened 5 years ago

me-abhishekpal commented 5 years ago

Sorry, if this request is going as a bug, I am new and do not know how github works.

I am using this hidden_drawer_menu, I have one Pageview which gets data from the json which is first item in the menu selection.

Everytime I click on this selection, the page reloads which should not happen.

Can you please update the code to get this functionality ? Thanks in advance !!!

me-abhishekpal commented 5 years ago

@RafaelBarbosatec , Anything on this ????

RafaelBarbosatec commented 5 years ago

Have you tried using stateful widget?

me-abhishekpal commented 5 years ago

@RafaelBarbosatec, can you please help me, how to use one ?