i18next 0.7.3 copy "i18next: ^0.7.3" to clipboard
i18next: ^0.7.3 copied to clipboard

A localization formatter based on the i18next standard. It is not yet a fully i18n tool only the formatting itself.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add i18next

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

dependencies:
  i18next: ^0.7.3

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:i18next/i18next.dart';
15
likes
140
pub points
89%
popularity

Publisher

unverified uploader

A localization formatter based on the i18next standard. It is not yet a fully i18n tool only the formatting itself.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, flutter, path

More

Packages that depend on i18next