BuildContextEx extension
Extension methods on BuildContext which help working with FactoryContainer.
- on
Methods
-
getContainer(
) → FactoryContainer -
Available on BuildContext, provided by the BuildContextEx extension
Returns closestFactoryContainerin the widget tree. FactoryContainerWidget must be somewhere on top of widget hierarchy. -
resolve<
T> ({String name = ''}) → T -
Available on BuildContext, provided by the BuildContextEx extension
CallsFactoryContainer.resolvemethod on closestFactoryContainerin the widget tree. FactoryContainerWidget must be somewhere on top of widget hierarchy.