po_editor_translations 0.1.0
po_editor_translations: ^0.1.0 copied to clipboard
Simple CLI for getting translations from POEditor.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add po_editor_translationsWith Flutter:
$ flutter pub add po_editor_translationsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
po_editor_translations: ^0.1.0Alternatively, 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:po_editor_translations/arguments_parser.dart';
import 'package:po_editor_translations/language.dart';
import 'package:po_editor_translations/po_editor_service.dart';
import 'package:po_editor_translations/re_case.dart';