{"id":23298782,"url":"https://github.com/yang-f/flutter_svg_provider","last_synced_at":"2025-09-11T06:32:40.145Z","repository":{"id":39760008,"uuid":"193233171","full_name":"yang-f/flutter_svg_provider","owner":"yang-f","description":"Use svg as image provider.","archived":false,"fork":false,"pushed_at":"2024-06-21T12:07:25.000Z","size":121,"stargazers_count":47,"open_issues_count":16,"forks_count":72,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-20T09:04:19.670Z","etag":null,"topics":["dart","flutter","provider","svg"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_svg_provider","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yang-f.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-06-22T12:45:38.000Z","updated_at":"2024-10-04T18:02:21.000Z","dependencies_parsed_at":"2024-02-18T03:19:56.967Z","dependency_job_id":"385ea8fb-8cd1-4f2c-9652-617724cb888e","html_url":"https://github.com/yang-f/flutter_svg_provider","commit_stats":{"total_commits":42,"total_committers":20,"mean_commits":2.1,"dds":0.7619047619047619,"last_synced_commit":"7fac97f0e54634a0fbfb12c692e762bf247793c0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/yang-f/flutter_svg_provider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang-f%2Fflutter_svg_provider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang-f%2Fflutter_svg_provider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang-f%2Fflutter_svg_provider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang-f%2Fflutter_svg_provider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yang-f","download_url":"https://codeload.github.com/yang-f/flutter_svg_provider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yang-f%2Fflutter_svg_provider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274589541,"owners_count":25312971,"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-11T02:00:13.660Z","response_time":74,"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","flutter","provider","svg"],"created_at":"2024-12-20T08:12:37.881Z","updated_at":"2025-09-11T06:32:40.100Z","avatar_url":"https://github.com/yang-f.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_svg_provider\n\nA Flutter package for using svg in `Image` widget via custom `ImageProvider`.\n\nSvg is parsed using flutter_svg dependency.\n\n## Getting started\n\n```dart\nimport 'package:flutter_svg_provider/flutter_svg_provider.dart';\n\nfinal img1 = Image(\n  width: 32,\n  height: 32,\n  image: Svg('assets/my_icon.svg'),\n)\nfinal img2 = Image(\n  width: 32,\n  height: 32,\n  image: Svg('\u003csvg\u003e...\u003c/svg\u003e',source: SvgSource.raw),\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyang-f%2Fflutter_svg_provider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyang-f%2Fflutter_svg_provider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyang-f%2Fflutter_svg_provider/lists"}