{"id":23659986,"url":"https://github.com/hawkkiller/iconsinflutter","last_synced_at":"2026-02-14T16:33:01.776Z","repository":{"id":269874880,"uuid":"907988086","full_name":"hawkkiller/iconsinflutter","owner":"hawkkiller","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-26T19:34:33.000Z","size":323,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-20T15:48:18.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hawkkiller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-12-24T19:42:03.000Z","updated_at":"2025-03-06T08:07:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"9a117131-3773-4a36-9d62-9357c4c8f1ed","html_url":"https://github.com/hawkkiller/iconsinflutter","commit_stats":null,"previous_names":["hawkkiller/iconsinflutter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hawkkiller/iconsinflutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Ficonsinflutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Ficonsinflutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Ficonsinflutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Ficonsinflutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hawkkiller","download_url":"https://codeload.github.com/hawkkiller/iconsinflutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hawkkiller%2Ficonsinflutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29449370,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T15:52:44.973Z","status":"ssl_error","status_checked_at":"2026-02-14T15:52:11.208Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-12-29T02:58:39.482Z","updated_at":"2026-02-14T16:33:01.771Z","avatar_url":"https://github.com/hawkkiller.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# icons in flutter\n\nWays to manage icons in Flutter:\n\n1. Compile SVGs using `vector_graphics_compiler` and use them as assets:\n\nTo compile SVGs to a friendly format for Flutter:\n- dart run vector_graphics_compiler --input-dir assets/icons --out-dir assets/vec/\n- dart run spider build (to regenerate \"Vectors\" if you added new svgs)\n\n2. Compile SVGs to icon fonts using `icon_font_generator` or other tools:\n\nTo compile SVGs to an icon font:\n- dart run icon_font_generator:generator assets/icons assets/iconfont/AppIcons.otf --font-name AppIcons --class-name AppIcons -r -v --no-normalize -o lib/icons/app_icons.dart\n- dart run spider build (to regenerate \"AppIcons\" if you added new svgs)\n\n3. Use `flutter_svg` to render SVGs directly:\n\n- Use SvgPicture to render SVGs directly.\n- dart run spider build (to regenerate \"SVGs\" if you added new svgs)\n\nIt parses the SVG at runtime, in a different isolate and copies the resulting Picture to the main isolate (NOT EFFICIENT). Does the same as the first option but at runtime.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkkiller%2Ficonsinflutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhawkkiller%2Ficonsinflutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhawkkiller%2Ficonsinflutter/lists"}