Simplelocalize.io CLI for dart / flutter projects.
Install by adding a few lines to pubspec.yaml
.
dev_dependencies:
simplelocalize: ^0.2.0
Check installing section for more details.
Go to your simplelocalize dashboard and select project then 'Integrations' > 'Project credentails'.
simplelocalize:
project_token: # Project token
api_key: # API key
directory: lib/l10n
filename: "{1}.arb"
format: arb
Use simplelocalize CLI tool to download l10ns for defined project on pubspec.yaml
.
flutter pub run simplelocalize download