{"id":20501976,"url":"https://github.com/stephane-archer/flutter-jxl-coder","last_synced_at":"2025-09-25T07:31:19.118Z","repository":{"id":263033307,"uuid":"889138039","full_name":"stephane-archer/flutter-jxl-coder","owner":"stephane-archer","description":"JpegXL encoding and decoding for Flutter","archived":false,"fork":false,"pushed_at":"2024-11-27T22:47:22.000Z","size":1172,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T05:33:05.779Z","etag":null,"topics":["dart","dartlang","decoder","encoder","flutter","flutter-image-compress","flutter-package","flutter-photography","jpeg-xl","jpeg-xl-decoder","jpeg-xl-encoder","jpegxl","jxl","jxl-decoder","jxl-encoder","mac"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/jxl_coder","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephane-archer.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-15T17:24:21.000Z","updated_at":"2025-03-14T06:09:36.000Z","dependencies_parsed_at":"2024-11-15T18:32:25.046Z","dependency_job_id":null,"html_url":"https://github.com/stephane-archer/flutter-jxl-coder","commit_stats":null,"previous_names":["stephane-archer/flutter-jxl-coder"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/stephane-archer/flutter-jxl-coder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephane-archer%2Fflutter-jxl-coder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephane-archer%2Fflutter-jxl-coder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephane-archer%2Fflutter-jxl-coder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephane-archer%2Fflutter-jxl-coder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephane-archer","download_url":"https://codeload.github.com/stephane-archer/flutter-jxl-coder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephane-archer%2Fflutter-jxl-coder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276881827,"owners_count":25721413,"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-25T02:00:09.612Z","response_time":80,"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":["dart","dartlang","decoder","encoder","flutter","flutter-image-compress","flutter-package","flutter-photography","jpeg-xl","jpeg-xl-decoder","jpeg-xl-encoder","jpegxl","jxl","jxl-decoder","jxl-encoder","mac"],"created_at":"2024-11-15T19:18:32.820Z","updated_at":"2025-09-25T07:31:18.799Z","avatar_url":"https://github.com/stephane-archer.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JpegXL encoding and decoding for Flutter\n\n## Usage\n\n``` Dart\n    Uint8List jpegData = await file.readAsBytes();\n    final Uint8List? jxlData = await JxlCoder.jpegToJxl(jpegData);\n\n    Uint8List jxlData = await file.readAsBytes();\n    final Uint8List? jpegData = await JxlCoder.jxlToJpeg(jxlData);\n\n    await JxlCoder.saveJpegAsJxl(inputFile.path, outputFile.path);\n\n    await JxlCoder.saveJxlAsJpeg(inputFile.path, outputFile.path);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephane-archer%2Fflutter-jxl-coder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephane-archer%2Fflutter-jxl-coder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephane-archer%2Fflutter-jxl-coder/lists"}