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