flutter_gate library
Classes
-
AsyncFeature<
T> - BoolFeature
- Can
- Cannot
-
Feature<
T> -
FeatureGuard<
T extends Feature> -
FeatureGuardAsync<
T extends AsyncFeature> - FeatureRegistry
- FeatureStore
-
FeatureValue<
T extends Feature< V> , V> -
FeatureValueAsync<
T extends AsyncFeature< V> , V> - Gate
- GateContext
- GateFeature
- HookPipeline
- JsonFeature
-
ObservableFeature<
T> - Policy
- PolicyFor
- PolicyRegistry
- PolicyResponse
- RolloutFeature
- StringFeature
Extensions
Typedefs
- AfterHook = PolicyResponse? Function(String ability, dynamic user, dynamic model, PolicyResponse result)
- BeforeHook = PolicyResponse? Function(String ability, dynamic user, dynamic model)