Skip to content

Manage your POEditor projects, translations, and terms via it's API from dart.

License

Notifications You must be signed in to change notification settings

nombrekeff/flutter_poeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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));

About

Manage your POEditor projects, translations, and terms via it's API from dart.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages