flutter_translation_sheet 1.0.26 flutter_translation_sheet: ^1.0.26 copied to clipboard
Flutter Translation Sheet (fts) is a simple tool to help you with localization (l10n), using automatic GoogleSheet translations via Google Translate, 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.26
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';