slang 3.30.2 copy "slang: ^3.30.2" to clipboard
slang: ^3.30.2 copied to clipboard

Localization / Internationalization (i18n) solution. Use JSON, YAML, CSV, or ARB files to create typesafe translations via source generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add slang

With Flutter:

 $ flutter pub add slang

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  slang: ^3.30.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:slang/slang.dart';
393
likes
140
pub points
97%
popularity
screenshot

Publisher

verified publishertienisto.com

Localization / Internationalization (i18n) solution. Use JSON, YAML, CSV, or ARB files to create typesafe translations via source generation.

Repository (GitHub)
View/report issues
Contributing

Topics

#i18n #localization #internationalization #translation

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (LICENSE)

Dependencies

collection, csv, json2yaml, watcher, yaml

More

Packages that depend on slang