translate_intl 0.1.0 copy "translate_intl: ^0.1.0" to clipboard
translate_intl: ^0.1.0 copied to clipboard

easy way to handle translations and localization in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add translate_intl

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

dependencies:
  translate_intl: ^0.1.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:translate_intl/delegate/translate_delegate.dart';
import 'package:translate_intl/extension/extension.dart';
import 'package:translate_intl/localize/localize.dart';
import 'package:translate_intl/translate/translate_locale.dart';
import 'package:translate_intl/translate/translator.dart';
import 'package:translate_intl/translate_inl.dart';
3
likes
160
pub points
0%
popularity

Publisher

unverified uploader

easy way to handle translations and localization in your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on translate_intl