i18n_localizations 1.1.2 copy "i18n_localizations: ^1.1.2" to clipboard
i18n_localizations: ^1.1.2 copied to clipboard

A simple flutter package for internationalization, angular TranslateService users will love this package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add i18n_localizations

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

dependencies:
  i18n_localizations: ^1.1.2

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:i18n_localizations/i18n_localizations.dart';
5
likes
40
pub points
28%
popularity

Publisher

unverified uploader

A simple flutter package for internationalization, angular TranslateService users will love this package.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_localizations

More

Packages that depend on i18n_localizations