modular_l10n 3.0.0 copy "modular_l10n: ^3.0.0" to clipboard
modular_l10n: ^3.0.0 copied to clipboard

Lightweight locale utilities for Flutter with RTL detection, locale parsing, display names for 70+ languages. Works standalone or with Modular Flutter L10n extension.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add modular_l10n

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

dependencies:
  modular_l10n: ^3.0.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:modular_l10n/modular_l10n.dart';
0
likes
160
points
131
downloads

Documentation

Documentation
API reference

Publisher

verified publisherutanium.org

Weekly Downloads

Lightweight locale utilities for Flutter with RTL detection, locale parsing, display names for 70+ languages. Works standalone or with Modular Flutter L10n extension.

Repository (GitHub)
View/report issues

Topics

#localization #l10n #i18n #rtl

License

MIT (license)

Dependencies

flutter

More

Packages that depend on modular_l10n