sheety_localization 0.5.0 copy "sheety_localization: ^0.5.0" to clipboard
sheety_localization: ^0.5.0 copied to clipboard

A package to generate localization files from Google Sheets. It uses the Google Sheets API to fetch translations and generates Dart localization files for use in Flutter applications.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sheety_localization

Use it

The package has the following executables:

$ generate
$ localize

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sheety_localization

With Flutter:

 $ flutter pub add sheety_localization

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sheety_localization: ^0.5.0

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:sheety_localization/sheety_localization.dart';
25
likes
130
points
408
downloads

Documentation

API reference

Publisher

verified publisherplugfox.dev

Weekly Downloads

A package to generate localization files from Google Sheets. It uses the Google Sheets API to fetch translations and generates Dart localization files for use in Flutter applications.

Repository (GitHub)
View/report issues

Topics

#localization #sheet #cli #google-sheets #l10n

License

MIT (license)

Dependencies

args, crypto, googleapis, googleapis_auth, path

More

Packages that depend on sheety_localization