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
copied to clipboard

With Flutter:

 $ flutter pub add getx_translator
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
20
likes
150
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

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