getx_translator 1.0.3 copy "getx_translator: ^1.0.3" to clipboard
getx_translator: ^1.0.3 copied to clipboard

For generating language strings file for Flutter. Easy translation with google sheet.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add getx_translator

With Flutter:

 $ flutter pub add getx_translator

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

dependencies:
  getx_translator: ^1.0.3

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:getx_translator/getx_translator.dart';
21
likes
150
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

For generating language strings file for Flutter. Easy translation with google sheet.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

args, http, logger, yaml

More

Packages that depend on getx_translator