widgets/widgets library

Classes

Obx
A widget that automatically rebuilds when any Rx value used in the builder changes
ZenBuilder<T extends ZenController>
A widget that automatically rebuilds when a ZenController calls update().
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
A stateful widget that creates a ZenScope, initializes a ZenModule, and provides the scope to its child widget tree.
ZenScopeWidget
A widget that provides a ZenScope to its descendants.
ZenView<T extends ZenController>
Base class for views with automatic controller binding.

Extensions

ZenModulePageExtensions 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