Thank you very much for the library it is a great help.
Nonetheless its missing a ChangeNotfier or some other API to be able to listen to PanelController changes.
Currently the only way to do this is using onPanelOpened and onPanelClosed callbacks and manually manage its state by using a stream or setState:
Thank you very much for the library it is a great help. Nonetheless its missing a
ChangeNotfier
or some other API to be able to listen toPanelController
changes.Currently the only way to do this is using
onPanelOpened
andonPanelClosed
callbacks and manually manage its state by using a stream or setState:It would be easiert to do this over the controller so you have everyting in one place and can pass it around without managing state by yourself: