simplelocalize 0.2.0 copy "simplelocalize: ^0.2.0" to clipboard
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.

Project credentials

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
2
likes
120
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Simplelocalize.io CLI for dart projects

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

dio, path, yaml

More

Packages that depend on simplelocalize