string_translate 1.4.5 copy "string_translate: ^1.4.5" to clipboard
string_translate: ^1.4.5 copied to clipboard

A Dart Package which helps you translate Strings. This is avaible for android, IOS, macOS, Windows, Linux and on the Web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add string_translate

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

dependencies:
  string_translate: ^1.4.5

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:string_translate/string_translate.dart';
4
likes
160
pub points
75%
popularity

Publisher

verified publisherjulianschumacher.dev

A Dart Package which helps you translate Strings. This is avaible for android, IOS, macOS, Windows, Linux and on the Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_localizations

More

Packages that depend on string_translate