flutter_translation_sheet 1.0.5+10 copy "flutter_translation_sheet: ^1.0.5+10" to clipboard
flutter_translation_sheet: ^1.0.5+10 copied to clipboard

outdated

Flutter Translation Sheet Generator is a super simple tool to help you deal with localization (l10n), using automatic GoogleSheet translations (via Google Translate) and the generation of json 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.5+10

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
66%
popularity

Publisher

verified publisherroipeker.com

Flutter Translation Sheet Generator is a super simple tool to help you deal with localization (l10n), using automatic GoogleSheet translations (via Google Translate) and the generation of json and dart files.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, dcli, googleapis, googleapis_auth, http, recase, yaml

More

Packages that depend on flutter_translation_sheet