Open
Description
Great project , I can see how useful it can be. I have a question though.
In hive, with hive flutter, you have the ability to get a listenable()
for use with ValueListenableBuilder
.
Is there anything like this for madob? Or would we have to resort to writing our own ChangeNotifier for use with Provider?
Thanks