dart_poeditor 0.0.1 copy "dart_poeditor: ^0.0.1" to clipboard
dart_poeditor: ^0.0.1 copied to clipboard

A dart library for 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));
1
likes
110
pub points
55%
popularity

Publisher

unverified uploader

A dart library for poeditor

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http, http_interceptor

More

Packages that depend on dart_poeditor