{"id":19598260,"url":"https://github.com/sphericalkat/readability-flutter","last_synced_at":"2026-06-10T13:31:29.179Z","repository":{"id":248948063,"uuid":"830269136","full_name":"SphericalKat/readability-flutter","owner":"SphericalKat","description":"A flutter plugin that wraps around https://github.com/go-shiori/go-readability","archived":false,"fork":false,"pushed_at":"2024-07-18T08:31:07.000Z","size":28564,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T15:07:04.161Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/SphericalKat.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-07-18T00:22:31.000Z","updated_at":"2025-10-25T06:27:10.000Z","dependencies_parsed_at":"2024-07-18T03:46:10.630Z","dependency_job_id":null,"html_url":"https://github.com/SphericalKat/readability-flutter","commit_stats":null,"previous_names":["sphericalkat/readability-flutter"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/SphericalKat/readability-flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Freadability-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Freadability-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Freadability-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Freadability-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SphericalKat","download_url":"https://codeload.github.com/SphericalKat/readability-flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SphericalKat%2Freadability-flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34155422,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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-11T09:05:34.205Z","updated_at":"2026-06-10T13:31:29.152Z","avatar_url":"https://github.com/SphericalKat.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# readability\n\nA flutter plugin that wraps the native Readability [library](https://github.com/go-shiori/go-readability) for Android and iOS.\n\n## Usage\nSimply call the `parseAsync` method with the URL of the article you want to parse. The method returns a `ArticleResult` object with the title, content, and excerpt of the article.\n\n```dart\nimport 'package:readability/readability.dart';\n\nfinal result = await Readability.parseAsync('https://example.com/article');\nprint(result.title);\nprint(result.content);\n```\n\nAn example of how to use this plugin can be found in the `example` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphericalkat%2Freadability-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsphericalkat%2Freadability-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphericalkat%2Freadability-flutter/lists"}