FeatureFlagService class

A service responsible for loading feature flag definitions from local assets and merging them with Firebase Remote Config overrides.

Constructors

FeatureFlagService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetchDefaultFlags() Future<Map<String, FeatureFlagData>>
Fetches and merges feature flags from local defaults and Remote Config.
loadLocalJson() Future<String>
Loads the base feature flag configuration from assets/feature_flags.json.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited