ui/builders/builders library

Classes

FastIapPlanBuilder
A widget that rebuilds when changes occur in the FastPlanBloc.
FastStorePlanBuilder
A widget that builds itself based on the latest snapshot. This widget will return a child widget that corresponds to the current state of the FastStoreBloc.

Typedefs

FastPlanBuilderCondition = bool Function(FastPlanBlocState context, FastPlanBlocState state)
Signature for a function that determines whether the widget should rebuild.
FastStorePlanBuilderCondition = bool Function(FastStoreBlocState context, FastStoreBlocState state)
A callback used to determine if the FastStorePlanBuilder should rebuild.