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
100
pub points
6%
popularity

Publisher

unverified uploader

Simplelocalize.io CLI for dart projects

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, path, yaml

More

Packages that depend on simplelocalize