anas_localization 0.1.3 copy "anas_localization: ^0.1.3" to clipboard
anas_localization: ^0.1.3 copied to clipboard

Flutter/Dart localization with multiple language support, runtime switching, custom dictionaries, code generation, and RTL for scalable internationalization.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate anas_localization

Use it

The package has the following executables:

$ anas
$ anas_cli
$ cli
$ localization_gen

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add anas_localization

With Flutter:

 $ flutter pub add anas_localization

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

dependencies:
  anas_localization: ^0.1.3

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:anas_localization/anas_localization.dart';
2
likes
0
points
90
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Flutter/Dart localization with multiple language support, runtime switching, custom dictionaries, code generation, and RTL for scalable internationalization.

Repository (GitHub)
View/report issues

Topics

#flutter #localization #i18n #l10n #language

License

unknown (license)

Dependencies

analyzer, flutter, flutter_localizations, http, intl, path, shared_preferences, yaml

More

Packages that depend on anas_localization