mineral_i18n 2.0.0 copy "mineral_i18n: ^2.0.0" to clipboard
mineral_i18n: ^2.0.0 copied to clipboard

I18n allows you to translate your text content into multiple languages

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mineral_i18n

With Flutter:

 $ flutter pub add mineral_i18n

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

dependencies:
  mineral_i18n: ^2.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mineral_i18n/mineral_i18n.dart';
0
likes
140
pub points
0%
popularity

Publisher

verified publishermineral-foundation.org

I18n allows you to translate your text content into multiple languages

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

mineral, mineral_contract, mineral_ioc, path, yaml

More

Packages that depend on mineral_i18n