i18n_translate 0.1.1 copy "i18n_translate: ^0.1.1" to clipboard
i18n_translate: ^0.1.1 copied to clipboard

Simple internationalization tool for Dart and Flutter, based on JSON files

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add i18n_translate

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

dependencies:
  i18n_translate: ^0.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:i18n_translate/AppLanguage.dart';
import 'package:i18n_translate/i18n.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisherivansotelo.me

Simple internationalization tool for Dart and Flutter, based on JSON files

Homepage
Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, flutter_localizations, shared_preferences

More

Packages that depend on i18n_translate