i18next 0.3.0 i18next: ^0.3.0 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.3.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:i18next/i18next.dart';