flutter-l10n-status

Compute per-locale translation coverage for Flutter ARB files.

2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/nextc/nextc-claude --skill flutter-l10n-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flutter-l10n-status
Source: https://github.com/nextc/nextc-claude/tree/main/nextc-flutter/skills/flutter-l10n-status
Command: npx skills add https://github.com/nextc/nextc-claude --skill flutter-l10n-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Flutter apps often miss translations across locales; this skill computes and presents per-locale translation coverage for Flutter ARB files to surface gaps and track progress.

Core Features & Use Cases

  • Determine per-locale key counts by comparing app_<locale>.arb against app_en.arb to surface untranslated keys and missing locales.
  • Generate a concise dashboard showing coverage percentages, enabling quick localization readiness assessment for Flutter projects.
  • Use cases include auditing i18n readiness before release, tracking ongoing translations, and producing reports for stakeholders.

Quick Start

Run the flutter-l10n-status command to generate a per-locale translation coverage dashboard.

Frequently Asked Questions about flutter-l10n-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Flutter ARB translation coverage across all locales?

To check Flutter ARB translation coverage, compare app_<locale>.arb files against app_en.arb to compute per-locale key counts and output a dashboard showing coverage percentages for untranslated keys.

How do I find untranslated keys in my Flutter app's internationalization files?

Finding untranslated keys in Flutter internationalization files involves comparing app_<locale>.arb against app_en.arb to identify missing entries and calculate per-locale translation readiness percentages.

Does this translation coverage tool read l10n.yaml to locate ARB directories?

Yes, this translation coverage tool reads l10n.yaml to locate the arb-dir, automatically finding and comparing app_<locale>.arb files with app_en.arb to generate a per-locale coverage dashboard.

What is the best way to audit i18n readiness before a Flutter app release?

Auditing i18n readiness before a Flutter app release is best done by generating a concise dashboard showing ARB translation coverage percentages, enabling quick identification of missing locales and untranslated keys.

Can I generate locale reports for stakeholders showing Flutter translation progress?

You can generate locale reports for stakeholders by computing per-locale key counts from ARB files, producing a dashboard with coverage percentages that surface gaps and track ongoing Flutter translation progress.