App services
Plugin.Maui.FeatureFlags
Mobile-first feature flags with MAUI targeting
Feature flags for MAUI with mobile targeting and remote config, so rollouts and experiments are not hardcoded builds.
Install
dotnet add package Plugin.Maui.FeatureFlagsPackage ID: Plugin.Maui.FeatureFlags
Overview
Plugin.Maui.FeatureFlags brings mobile-first feature flags and remote configuration to MAUI. Flags can target platform, version, and audience so a kill-switch or gradual rollout does not require a store resubmission for every experiment.
Capabilities
- Boolean and configured feature flags.
- Remote updates without a full store release.
- MAUI-oriented targeting.
- .NET MAUI
- Feature Flags
- Remote Config
- C#