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

Flutter Translation Sheet (fts) is a simple tool to help you with localization (l10n) 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
copied to clipboard

Use it

The package has the following executables:

$ fts
copied to clipboard

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_translation_sheet
copied to clipboard

With Flutter:

 $ flutter pub add flutter_translation_sheet
copied to clipboard

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.34
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:flutter_translation_sheet/flutter_translation_sheet.dart';
copied to clipboard
109
likes
140
points
387
downloads

Publisher

verified publisherroipeker.com

Weekly Downloads

2024.09.16 - 2025.03.31

Flutter Translation Sheet (fts) is a simple tool to help you with localization (l10n) generating json, arb and dart files.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on flutter_translation_sheet