gtext 0.0.2 copy "gtext: ^0.0.2" to clipboard
gtext: ^0.0.2 copied to clipboard

Wrapper for Text widget that translates its text. This library can reduce development time for small projects and, in some cases, in medium ones. Caching translations saves performance, so first launc [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gtext

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

dependencies:
  gtext: ^0.0.2

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:gtext/gtext.dart';
8
likes
130
points
18
downloads

Publisher

unverified uploader

Weekly Downloads

Wrapper for Text widget that translates its text. This library can reduce development time for small projects and, in some cases, in medium ones. Caching translations saves performance, so first launch is a bit hard, but next will be fast.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences, translator

More

Packages that depend on gtext