flutter_translation_sheet 1.0.21 copy "flutter_translation_sheet: ^1.0.21" to clipboard
flutter_translation_sheet: ^1.0.21 copied to clipboard

Flutter Translation Sheet (fts) is a simple tool to help you with localization (l10n), using automatic GoogleSheet translations via (GTranslate), generating json, arb and 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.21

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';
81
likes
0
pub points
65%
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, arb and 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