Skip to main content

flutter-l10n-enforcer

Enforces Flutter localization (l10n) discipline. Triggers automatically whenever the model is about to write a user-visible string in any Widget (Text, AppBar title, SnackBar, AlertDialog, button labels, validators, error messages, tooltips, semantics labels). Hardcoded strings are forbidden. Every string must go into the lib/l10n/app_en.arb file with a camelCase key and be referenced via AppLocalizations.of(context). If other language ARBs exist (app_tr.arb, app_de.arb, etc.), add a placeholder entry to ALL of them in parallel so translators can fill in later. Sets up l10n.yaml + flutter generate: true on first use if missing. Critical for any Flutter app that will ship to multiple stores. Use when this capability is needed.

Jump to install

Source facts

Repository
tomevault-io/skills-registry
Last source activity
July 3, 2026 at 19:45
Detected SKILL.md language
English
Stars
0
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.