flutter_translation_sheet 1.0.32 copy "flutter_translation_sheet: ^1.0.32" to clipboard
flutter_translation_sheet: ^1.0.32 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

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

With Flutter:

 $ flutter 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.32

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';
54
likes
120
pub points
66%
popularity

Publisher

verified publisherroipeker.com

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