sheets_i18n 0.0.4
sheets_i18n: ^0.0.4 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_i18nUse 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_i18nWith Flutter:
$ flutter pub add sheets_i18nThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sheets_i18n: ^0.0.4Alternatively, 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';