context_watch_bloc 3.0.2 copy "context_watch_bloc: ^3.0.2" to clipboard
context_watch_bloc: ^3.0.2 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: ...,
);
copied to clipboard
2
likes
140
points
66
downloads

Publisher

verified publishersonerik.dev

Weekly Downloads

2024.08.04 - 2025.02.16

context_watch adapter for the bloc package

Repository (GitHub)

Topics

#context-watch #bloc #integration #reactive #state-management

Documentation

API reference

License

MIT (license)

Dependencies

bloc, context_watch_base, flutter

More

Packages that depend on context_watch_bloc