localized 2.1.1 copy "localized: ^2.1.1" to clipboard
localized: ^2.1.1 copied to clipboard

String extensions for different localizations and a translation utility without additional efforts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add localized

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

dependencies:
  localized: ^2.1.1

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:localized/localized.dart';
8
likes
130
pub points
67%
popularity

Publisher

unverified uploader

String extensions for different localizations and a translation utility without additional efforts.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, flutter, http, path_provider, translator, tuple

More

Packages that depend on localized