dart_poeditor

Creator: coderz1093

Last updated:

0 purchases

dart_poeditor Image
dart_poeditor Images

Languages

Categories

Add to Cart

Description:

dart poeditor

Dart package to communicate with the POEditor API
Features #
Manage your POEditor projects, translations, and terms via it's API from dart.
Getting started #
To install the package check the install guide
Usage #
Check the examples in the /example folder.
import 'package:dart_poeditor/dart_poeditor.dart';

final editor = POEditorAPI(apiToken: env['API_TOKEN'] as String);
editor.projects
.exportJson(projectId: int.parse(env['PROJECT_ID'] ?? '0'), language: 'es')
.then((value) => print(value));
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.