slang 4.6.0 copy "slang: ^4.6.0" to clipboard
slang: ^4.6.0 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
copied to clipboard

With Flutter:

 $ flutter pub add slang
copied to clipboard

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

dependencies:
  slang: ^4.6.0
copied to clipboard

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';
copied to clipboard
620
likes
160
points
69.5k
downloads
screenshot

Publisher

verified publishertienisto.com

Weekly Downloads

2024.09.09 - 2025.03.24

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

Repository (GitHub)
Contributing

Topics

#i18n #l10n #localization #translation

Documentation

API reference

Funding

Consider supporting this project:

github.com

License

MIT (license)

Dependencies

collection, csv, intl, json2yaml, watcher, yaml

More

Packages that depend on slang