widgets/widgets library

Classes

Obx
A widget that automatically rebuilds when any Rx value used in the builder changes
ZenBuilder<T extends ZenController>
Widget that automatically manages a ZenController's lifecycle
ZenConsumer<T>
Widget that efficiently accesses dependencies from the current scope with automatic caching to avoid repeated lookups on rebuilds
ZenEffectBuilder<T>
A widget that responds to different states of a ZenEffect.
ZenRoute
Route-scoped dependency injection widget
ZenScopeWidget
Widget-scoped dependency injection provider
ZenView<T extends ZenController>
Base class for views with automatic controller binding.

Extensions

ZenRouteExtensions on BuildContext
Extension methods for convenient scope access from BuildContext
ZenScopeExtension on BuildContext
Extension methods for BuildContext to find a ZenScope.
ZenViewContextExtensions on BuildContext
Context extension for nested widgets
ZenViewExtension on ZenView<T>
Controller access extension