gtext 0.0.3 copy "gtext: ^0.0.3" to clipboard
gtext: ^0.0.3 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.

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.3

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';
6
likes
120
pub points
78%
popularity

Publisher

unverified uploader

Wrapper for Text widget that translates its text. This library can reduce development time for small projects and, in some cases, in medium ones.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, shared_preferences, translator

More

Packages that depend on gtext