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.
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.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using agent-plugins
Technical details
- Install or run with Copy skill directory
When to use flutter-setup-localization Skill
- Use it for developers using agent-plugins.
Built with
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
Explore related resources
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.
Auto-fetched from GitHub.