ui/ui library
Classes
- FastIapGoPremiumPage
- FastIapPlanBuilder
- A widget that rebuilds when changes occur in the FastPlanBloc.
- FastIapPremiumPage
- FastIapPurchasePremiumButtton
- Represents a button that provides functionality for purchasing the in-app premium product.
- FastIapRestorePremiumButton
- Represents a button that provides functionality for restoring in-app premium purchases.
- FastIapThankPremiumPage
- 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.