Is there a way to make a `ChangeNotifier` listen to another `ChangeNotifier` in a flutter app?
Is there a way to make a ChangeNotifier
listen to another ChangeNotifier
in a flutter app?
Custom FormField in Flutter : state not updating
I am creating a custom form field in Flutter : a list of custom checkboxes. I know I can use this package but I want to have my own checkboxes. Anyway, so