ux/feature library

Classes

Feature
FeatureAnchor
FeatureConfig
The configuration base for a feature. This should be a class that is JSON serializable.
FeatureServices
Container for feature services and BLoCs.

Typedefs

FeatureBloCCreator<T extends BlocBase> = T Function(BuildContext context)
FeatureConfigDeserializer = FeatureConfig Function(Map<String, dynamic> json)
A function that deserializes the feature configuration from a JSON map to a FeatureConfig instance.