Favicon of flutter-setup-localization

flutter-setup-localization Skill

AI Agent SkillDartOpen source

Add flutterlocalizations and intl dependencies, enable "generate true" in pubspec.yaml, and create an l10n.yaml configuration file. Use when initializing localization support for a new Flutter project. Published by flutter in agent-plugins.

Decision snapshot

Is this a fit?

Best for

Developers using agent-plugins, Includes SKILL.md, Reusable instructions

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

17 days ago · BSD-3-Clause license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

What is flutter-setup-localization Skill?

Add flutterlocalizations and intl dependencies, enable "generate true" in pubspec.yaml, and create an l10n.yaml configuration file. Use when initializing localization support for a new Flutter project. Published by flutter in agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
86/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Developers using agent-plugins

Declared skill metadata

  • Source file: skills/flutter-setup-localization/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • Install or run with Copy skill directory

When to use flutter-setup-localization Skill

  • Use it for developers using agent-plugins.

Built with

DartCopy skill directory

Editorial notes

Source

  • Creator: flutter
  • Repository: flutter/agent-plugins
  • Skill file: skills/flutter-setup-localization/SKILL.md

What it does

Add flutterlocalizations and intl dependencies, enable "generate true" in pubspec.yaml, and create an l10n.yaml configuration file. Use when initializing localization support for a new Flutter project.

Skill instructions

Internationalizing Flutter Applications Contents - Core Concepts - Setup Workflow - Implementation Workflow - Advanced Formatting - Examples Core Concepts Flutter handles internationalization (i18n) and localization (l10n) via the flutterlocalizations and intl packages. The standard approach uses App Resource Bundle (.arb) files to define localized strings, which are then compiled into a generated AppLocalizations class for type-safe access within the widget tree. Setup Workflow Copy and track this checklist when initializing internationalization in a Flutter project: - [ ] Task Progress - [ ] 1. Add dependencies to pubspec.yaml. - [ ] 2. Enable the generate flag. - [ ] 3. Create the l10n.yaml configuration file. - [ ] 4. Configure MaterialApp or CupertinoApp. 1. Add Dependencies Add the required localization packages to the project. Execute the following commands in the terminal: bash flutter pub add flutterlocalizations --sdk=flutter flutter pub add intl:any Verify your pubspec.yaml

Verified compatibility and discovery

Frequently asked questions

What is flutter-setup-localization?

flutter-setup-localization is a open-source AI agent skill with Copy skill directory. Add flutterlocalizations and intl dependencies, enable "generate true" in pubspec.yaml, and create an l10n.yaml configuration file.

Who is flutter-setup-localization best for?

flutter-setup-localization is best for reusing agent instructions, scripts, and references.

How do I install flutter-setup-localization?

Install or run flutter-setup-localization using Copy skill directory. Check flutter-setup-localization for the latest setup command.

Is flutter-setup-localization actively maintained?

flutter-setup-localization may need a closer maintenance check before production use.

Share:

Stars
2,857
Forks
171
Last commit
17 days ago
Last verified
Aug 25, 2026
Metadata fetched
Aug 25, 2026
Repository age
6 months
License
BSD-3-Clause

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to flutter-setup-localization