Skip to content

themisir/simplelocalize-flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 'Integrations' > '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

About

SimpleLocalize.io implementation for Flutter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages