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.