sync_wording 1.1.0 copy "sync_wording: ^1.1.0" to clipboard
sync_wording: ^1.1.0 copied to clipboard

A dart command-line application to generate localization assets and class files used by your Flutter application from a GoogleSheet document.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sync_wording

With Flutter:

 $ flutter pub add sync_wording

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

dependencies:
  sync_wording: ^1.1.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:sync_wording/config/wording_config.dart';
import 'package:sync_wording/config/wording_config_loader.dart';
import 'package:sync_wording/exporter/arb/arb_wording_exporter.dart';
import 'package:sync_wording/exporter/arb/typed_placeholder_exporter.dart';
import 'package:sync_wording/exporter/wording_exporter.dart';
import 'package:sync_wording/google/google_auth.dart';
import 'package:sync_wording/google/xlsx_drive.dart';
import 'package:sync_wording/logger/logger.dart';
import 'package:sync_wording/spreadsheet_converter/validator/validator.dart';
import 'package:sync_wording/spreadsheet_converter/wording_parser.dart';
import 'package:sync_wording/spreadsheet_converter/xlsx_converter/xlsx_converter.dart';
import 'package:sync_wording/wording.dart';
import 'package:sync_wording/wording_processor/missing_wording_processor.dart';
import 'package:sync_wording/wording_processor/placeholder_mismatch_processor.dart';
import 'package:sync_wording/wording_processor/wording_processor_manager.dart';
2
likes
150
points
82
downloads

Documentation

API reference

Publisher

verified publisherbto.tf

Weekly Downloads

A dart command-line application to generate localization assets and class files used by your Flutter application from a GoogleSheet document.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

args, googleapis, googleapis_auth, http, yaml

More

Packages that depend on sync_wording