flutter_translation_sheet 1.0.17+37 copy "flutter_translation_sheet: ^1.0.17+37" to clipboard
flutter_translation_sheet: ^1.0.17+37 copied to clipboard

outdated

Flutter Translation Sheet (fts) is a simple tool to help you with localization (l10n), using automatic GoogleSheet translations via (Gtranslate), generating json & dart files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate flutter_translation_sheet

Use it

The package has the following executables:

$ fts

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_translation_sheet

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

dependencies:
  flutter_translation_sheet: ^1.0.17+37

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_translation_sheet/flutter_translation_sheet.dart';
54
likes
0
pub points
67%
popularity

Publisher

verified publisherroipeker.com

Flutter Translation Sheet (fts) is a simple tool to help you with localization (l10n), using automatic GoogleSheet translations via (Gtranslate), generating json & dart files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, dcli, googleapis, googleapis_auth, http, io, path, recase, watcher, yaml

More

Packages that depend on flutter_translation_sheet