{"id":22797815,"url":"https://github.com/tiagohm/brotli","last_synced_at":"2025-04-19T15:13:11.813Z","repository":{"id":55552991,"uuid":"230310911","full_name":"tiagohm/brotli","owner":"tiagohm","description":"Pure Dart Brotli decoder","archived":false,"fork":false,"pushed_at":"2023-05-15T03:01:39.000Z","size":6874,"stargazers_count":12,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T09:12:17.077Z","etag":null,"topics":["brotli","brotli-decoder","dart","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/brotli","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/tiagohm.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":"2019-12-26T18:35:12.000Z","updated_at":"2024-11-20T15:51:35.000Z","dependencies_parsed_at":"2024-08-23T06:15:44.096Z","dependency_job_id":null,"html_url":"https://github.com/tiagohm/brotli","commit_stats":{"total_commits":37,"total_committers":2,"mean_commits":18.5,"dds":"0.027027027027026973","last_synced_commit":"991a4e4f3ea846dd0f73d04f54fa1b52843c7177"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Fbrotli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Fbrotli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Fbrotli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiagohm%2Fbrotli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiagohm","download_url":"https://codeload.github.com/tiagohm/brotli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249723818,"owners_count":21316115,"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","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":["brotli","brotli-decoder","dart","flutter"],"created_at":"2024-12-12T06:07:15.747Z","updated_at":"2025-04-19T15:13:11.781Z","avatar_url":"https://github.com/tiagohm.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brotli\n\n![Pub Version](https://img.shields.io/pub/v/brotli?style=flat-square)\n[![CI](https://github.com/tiagohm/brotli/actions/workflows/ci.yml/badge.svg)](https://github.com/tiagohm/brotli/actions/workflows/ci.yml)\n\nPure Dart Brotli decoder.\n\n## Installation\n\nIn `pubspec.yaml` add the following dependency:\n\n```yaml\ndependencies:\n  brotli: ^0.6.0\n```\n\n## Example\n\n```dart\nimport 'dart:io';\n\nimport 'package:brotli/brotli.dart';\n\nvoid main() {\n  final output = brotli.decodeToString(File(\"./brotli.br\").readAsBytesSync());\n  print(output);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagohm%2Fbrotli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagohm%2Fbrotli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagohm%2Fbrotli/lists"}