riverpod_child_provider

Demo of how to use parent/child of statenotifier to reuse UI

Here's the magic line:

         Text(
              ref.watch(kennelProvider).dogState.produce(),
            ),
Screen.Recording.2022-06-13.at.12.40.47.PM.mov