context_watch_bloc 5.0.3
context_watch_bloc: ^5.0.3 copied to clipboard
context_watch adapter for the bloc package
See https://pub.dev/packages/context_watch
Usage #
Add BlocContextWatcher.instance to additionalWatchers of ContextPlus.root:
ContextPlus.root(
additionalWatchers: [
BlocContextWatcher.instance,
],
child: ...,
);