i18n_plus 0.8.0 copy "i18n_plus: ^0.8.0" to clipboard
i18n_plus: ^0.8.0 copied to clipboard

unlistedoutdated

Helps your implement different languages to your app with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add i18n_plus

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

dependencies:
  i18n_plus: ^0.8.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:i18n_plus/i18n.dart';
import 'package:i18n_plus/i18nMap.dart';
import 'package:i18n_plus/i18nText.dart';
1
likes
0
pub points
0%
popularity

Publisher

verified publisherljb-dev.com

Helps your implement different languages to your app with ease.

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on i18n_plus