sync_wording 1.2.0
sync_wording: ^1.2.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_wordingWith Flutter:
$ flutter pub add sync_wordingThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sync_wording: ^1.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.