po_editor_translations 0.1.0 copy "po_editor_translations: ^0.1.0" to clipboard
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_translations

With Flutter:

 $ flutter pub add po_editor_translations

This 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.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: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';
3
likes
140
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Simple CLI for getting translations from POEditor.

Homepage

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

args, http

More

Packages that depend on po_editor_translations