{"id":20507233,"url":"https://github.com/nombrekeff/flutter_poeditor","last_synced_at":"2025-10-04T17:02:21.469Z","repository":{"id":62458967,"uuid":"513168803","full_name":"nombrekeff/flutter_poeditor","owner":"nombrekeff","description":"Manage your POEditor projects, translations, and terms via it's API from dart.","archived":false,"fork":false,"pushed_at":"2022-08-02T10:41:42.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T05:03:50.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nombrekeff.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-12T14:10:49.000Z","updated_at":"2025-01-17T10:35:43.000Z","dependencies_parsed_at":"2022-11-02T00:45:52.771Z","dependency_job_id":null,"html_url":"https://github.com/nombrekeff/flutter_poeditor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nombrekeff/flutter_poeditor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nombrekeff%2Fflutter_poeditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nombrekeff%2Fflutter_poeditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nombrekeff%2Fflutter_poeditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nombrekeff%2Fflutter_poeditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nombrekeff","download_url":"https://codeload.github.com/nombrekeff/flutter_poeditor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nombrekeff%2Fflutter_poeditor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273959725,"owners_count":25198267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T20:03:57.813Z","updated_at":"2025-10-04T17:02:21.345Z","avatar_url":"https://github.com/nombrekeff.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). \n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages). \n--\u003e\n\nDart package to communicate with the [POEditor API](https://poeditor.com/docs/api)\n\n## Features\nManage your POEditor projects, translations, and terms via it's API from dart.\n\n## Getting started\n\nTo install the package check the install [guide](https://pub.dev/packages/dart_poeditor/install)\n\n\n## Usage\n\nCheck the examples in the `/example` folder. \n\n```dart\n  import 'package:dart_poeditor/dart_poeditor.dart';\n\n  final editor = POEditorAPI(apiToken: env['API_TOKEN'] as String);\n  editor.projects\n      .exportJson(projectId: int.parse(env['PROJECT_ID'] ?? '0'), language: 'es')\n      .then((value) =\u003e print(value));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnombrekeff%2Fflutter_poeditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnombrekeff%2Fflutter_poeditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnombrekeff%2Fflutter_poeditor/lists"}