sheets_i18n 0.0.5 copy "sheets_i18n: ^0.0.5" to clipboard
sheets_i18n: ^0.0.5 copied to clipboard

A flutter tool to synchronize i18n (internationalization) arb files with google sheets.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate sheets_i18n

Use it

The package has the following executables:

$ update

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sheets_i18n

With Flutter:

 $ flutter pub add sheets_i18n

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

dependencies:
  sheets_i18n: ^0.0.5

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:sheets_i18n/arb_serialization.dart';
import 'package:sheets_i18n/extract_messages.dart';
import 'package:sheets_i18n/router.dart';
4
likes
135
points
80
downloads

Publisher

verified publisherscalabs.de

Weekly Downloads

A flutter tool to synchronize i18n (internationalization) arb files with google sheets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

gsheets_plus, intl, intl_translation, yaml

More

Packages that depend on sheets_i18n