Cookbook¶
This cookbook is the practical layer of the package docs. It is focused on short, repeatable recipes instead of full reference material.
Recipes¶
- Flutter app setup
- Runtime locale switching
- Testing localized widgets
- Migration validation flow
- Migrate from
easy_localization - Migrate from
gen_l10n
When to use the cookbook¶
Use the cookbook when you want:
- a minimal working setup
- a migration path from another localization package
- test-ready examples
- CI-friendly commands you can copy directly
Use the repo guides when you want deeper detail or background.