FLUTTER ECOSYSTEM

s0nerik/context_plus

BuildContext 기반의 값 전파 및 관찰을 편리하게 제공합니다. Flutter 내장 관측 원시 유형과 원활하게 통합됩니다.

context_plus 프로젝트 이미지
Stars
38
Forks
6
최근 푸시(UTC)
2026. 3. 8.
프로젝트 상태
활성
Sasha Isaienko GitHub avatar
GITHUB User

Sasha Isaienko ↗

Wrocław, Poland공식 웹사이트 ↗
언어DartC++PythonCMakeRubySwiftHTMLCShellKotlinObjective-C

사용 중인 의존성

의존성 목록 1 개
  • melos개발 의존성^3.4.0

원본 README

아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.

README 펼치기 / 접기

icon.png
context_plus

showcase

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_watch
All 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