{"id":13311699,"url":"https://github.com/afkcodes/flutter_phosphor_icons","last_synced_at":"2026-02-22T03:42:20.215Z","repository":{"id":47617252,"uuid":"342761828","full_name":"afkcodes/flutter_phosphor_icons","owner":"afkcodes","description":"Phosphor Icons for Flutter.","archived":false,"fork":false,"pushed_at":"2023-03-25T09:13:30.000Z","size":1743,"stargazers_count":15,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T07:29:54.424Z","etag":null,"topics":["flutter","fluttericon","flutterpackage","icon-font","icon-pack","phosphoricons"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_phosphor_icons","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/afkcodes.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":"2021-02-27T03:31:38.000Z","updated_at":"2025-08-25T16:57:17.000Z","dependencies_parsed_at":"2024-08-22T23:17:57.011Z","dependency_job_id":"73f42553-30d0-4a32-b47e-683beedce5c5","html_url":"https://github.com/afkcodes/flutter_phosphor_icons","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/afkcodes/flutter_phosphor_icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afkcodes%2Fflutter_phosphor_icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afkcodes%2Fflutter_phosphor_icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afkcodes%2Fflutter_phosphor_icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afkcodes%2Fflutter_phosphor_icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afkcodes","download_url":"https://codeload.github.com/afkcodes/flutter_phosphor_icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afkcodes%2Fflutter_phosphor_icons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29704419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T03:17:42.375Z","status":"ssl_error","status_checked_at":"2026-02-22T03:17:31.622Z","response_time":110,"last_error":"SSL_read: 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":["flutter","fluttericon","flutterpackage","icon-font","icon-pack","phosphoricons"],"created_at":"2024-07-29T18:02:18.572Z","updated_at":"2026-02-22T03:42:20.194Z","avatar_url":"https://github.com/afkcodes.png","language":"Dart","readme":"\u003cimg src=\"https://github.com/afkcodes/flutter_phosphor_icons/blob/master/meta/phosphor-mark-tight-yellow.png\" width=\"128\" align=\"right\" /\u003e\n\n# Flutter Phosphor Icons\n\nPhosphor is a flexible icon family for interfaces, diagrams, presentations — whatever, really. Explore all our icons at [phosphoricons.com](https://phosphoricons.com).\nNow available for flutter(with null safety).\n\n[![GitHub stars](https://img.shields.io/github/stars/afkcodes/flutter_phosphor_icons?style=flat-square\u0026label=Star)](https://github.com/afkcodes/flutter_phosphor_icons)\n[![GitHub forks](https://img.shields.io/github/forks/afkcodes/flutter_phosphor_icons?style=flat-square\u0026label=Fork)](https://github.com/afkcodes/flutter_phosphor_icons/fork)\n[![GitHub watchers](https://img.shields.io/github/watchers/afkcodes/flutter_phosphor_icons?style=flat-square\u0026label=Watch)](https://github.com/afkcodes/flutter_phosphor_icons)\n[![Follow on GitHub](https://img.shields.io/github/followers/afkcodes?style=flat-square\u0026label=Follow)](https://github.com/afkcodes)\n\n## Installation\n\n`flutter_phosphor_icons: ^any`\n\n## Usage\n\n```dart\n// Import the package\nimport 'package:flutter_phosphor_icons/flutter_phosphor_icons.dart';\n\n// Use the icons from the package\n    Container(\n        child: Row(\n            mainAxisAlignment: MainAxisAlignment.spaceEvenly,\n            children: [\n                Icon(\n                PhosphorIcons.heart,\n                    size: 45,\n                ),\n                Icon(\n                    PhosphorIcons.heart_thin,\n                    size: 45,\n                ),\n                Icon(\n                    PhosphorIcons.heart_light,\n                    size: 45,\n                ),\n                Icon(\n                    PhosphorIcons.heart_bold,\n                    size: 45,\n                ),\n                Icon(\n                    PhosphorIcons.heart_fill,\n                    size: 45,\n                ),\n            ],\n            ),\n        ),\n```\n\n## Screenshot\n\n![Screenshot](https://github.com/afkcodes/flutter_phosphor_icons/blob/master/meta/screen.png)\n\n## Support Me\n\n\u003ca href=\"https://www.buymeacoffee.com/afkcodes\" target=\"_blank\"\u003e\n\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-blue.png\" width=\"200\" height=\"80\"\nalt=\"Buy Me A Coffee\" \u003e\n\u003c/a\u003e\n\n## Related Projects\n\n- [phosphor-react](https://github.com/phosphor-icons/phosphor-react) ▲ Phosphor icon component library for React\n- [phosphor-vue](https://github.com/phosphor-icons/phosphor-vue) ▲ Phosphor icon component library for Vue\n- [phosphor-icons](https://github.com/phosphor-icons/phosphor-icons) ▲ Phosphor icons for Vanilla JS\n- [phosphor-figma](https://github.com/phosphor-icons/phosphor-figma) ▲ Phosphor icons Figma plugin\n\n\n## License\n\nMIT © [Phosphor Icons](https://github.com/phosphor-icons)\n","funding_links":["https://www.buymeacoffee.com/afkcodes"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafkcodes%2Fflutter_phosphor_icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafkcodes%2Fflutter_phosphor_icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafkcodes%2Fflutter_phosphor_icons/lists"}