s0nerik/context_plus
Propagação e observação de valores baseados em BuildContext de forma conveniente. Integra-se perfeitamente com os primitivos embutidos de observabilidade do Flutter.
- Stars
- 38
- Forks
- 6
- Último push (UTC)
- 8 de mar. de 2026
- Status do projeto
- Ativo
LinguagensDartC++PythonCMakeRubySwiftHTMLCShellKotlinObjective-C
Dependências usadas
Lista de dependências 1 itens
- melosDesenvolvimento
^3.4.0
README original
Texto original em inglês. Visite o GitHub para a versão atual.
Expandir / recolher README
icon.png
context_plus
A set of packages that provide a convenient way to propagate a value from a parent widget to its descendants and observe changes to any observable value.
Packages
| Package | Pub | Description |
|---|---|---|
| context_watch | context_watch | .watch(context).watchOnly(context, () => ...).watchEffect(context, () => ...)for Listenable, Future, Stream |
| context_ref | context_ref | Ref.bind(context, () => ...)Ref.bindLazy(context, () => ...)Ref.bindValue(context, ...)Ref.of(context) |
| context_plus | context_plus | All of context_watchAll of context_ref+ .watch(context).watchOnly(context, () => ...).watchEffect(context, () => ...)for Ref<Listenable>, Ref<Future>, Ref<Stream> |
Integrations
| Package | Pub | Description |
|---|---|---|
| context_watch_bloc | context_watch_bloc | .watch(context).watchOnly(context, () => ...).watchEffect(context, () => ...)for Bloc and Cubit |
| context_watch_mobx | context_watch_mobx | .watch(context).watchOnly(context, () => ...).watchEffect(context, () => ...)for Observable |
| context_watch_getx | context_watch_getx | .watch(context).watchOnly(context, () => ...).watchEffect(context, () => ...)for Rx |
| context_watch_signals | context_watch_signals | .watch(context).watchOnly(context, () => ...).watchEffect(context, () => ...)for Signal |