Управление флагами функций в flutter_rust_bridge

engineering

frb-feature-flag is a Claude Code skill that guides adding, modifying, and writing test coverage for feature flags in the flutter_rust_bridge project. When introducing a new flag, the skill requires exposing it in `flutter_rust_bridge.yaml` and the CLI, and preferring an item-level `#[frb(...)]` Rust attribute when the behavior can be scoped to a specific item. Test coverage in `frb_example/pure_dart` should use item-level overrides so both enabled and disabled states are exercised within the same package, rather than relying solely on package-level config differences. Intended for developers extending flutter_rust_bridge who need a consistent, fully tested approach to feature flag configuration across both Rust and Dart.