bosskmk / pluto_menu_bar

A menu bar for flutter.
https://pluto.weblaze.dev
MIT License
85 stars 25 forks source link

allow changing PlutoMenuItem.childreen after PlutoMenuItem is inserted. #21

Closed roubledodemiamgasoni closed 11 months ago

roubledodemiamgasoni commented 11 months ago

I'm making a routine to create items dynamically. In this situation, I need to go back into a PlutoMenuItem and change PlutoMenuItem.childreen.

ID - TITLE 00001 - MENU1 00002 - MENU 2 0000200001 - MENU 2-1 0000200002 - MENU 2.2 000020000200001 - MENU 2.2.1 0000200003 - MENU 2.3 00003

Thank you for your attention.