shard_i18n 0.4.0 copy "shard_i18n: ^0.4.0" to clipboard
shard_i18n: ^0.4.0 copied to clipboard

Runtime, sharded, msgid-based i18n for Flutter with no codegen. Supports dynamic language switching, plurals, interpolation, and fallback chains.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shard_i18n

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

dependencies:
  shard_i18n: ^0.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:shard_i18n/shard_i18n.dart';
0
likes
150
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Runtime, sharded, msgid-based i18n for Flutter with no codegen. Supports dynamic language switching, plurals, interpolation, and fallback chains.

Repository (GitHub)
View/report issues

Topics

#i18n #localization #l10n #translation

License

MIT (license)

Dependencies

flutter

More

Packages that depend on shard_i18n