{"id":51529062,"url":"https://github.com/Creeper19472/flet-material-symbols","last_synced_at":"2026-07-27T23:00:33.580Z","repository":{"id":342625352,"uuid":"1174585656","full_name":"Creeper19472/flet-material-symbols","owner":"Creeper19472","description":"An extension that introduces Material Symbols to Flet, using the `material_symbols_icons` package.","archived":false,"fork":false,"pushed_at":"2026-03-06T16:54:03.000Z","size":169,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-04-19T03:35:46.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Creeper19472.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-06T16:00:16.000Z","updated_at":"2026-03-06T16:52:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Creeper19472/flet-material-symbols","commit_stats":null,"previous_names":["creeper19472/flet-material-symbols"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Creeper19472/flet-material-symbols","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creeper19472%2Fflet-material-symbols","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creeper19472%2Fflet-material-symbols/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creeper19472%2Fflet-material-symbols/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creeper19472%2Fflet-material-symbols/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Creeper19472","download_url":"https://codeload.github.com/Creeper19472/flet-material-symbols/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Creeper19472%2Fflet-material-symbols/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35968098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"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":"2026-07-09T01:00:30.566Z","updated_at":"2026-07-27T23:00:33.536Z","avatar_url":"https://github.com/Creeper19472.png","language":"Python","funding_links":[],"categories":["Extensions"],"sub_categories":["Community Extensions"],"readme":"# flet-material-symbols\n\nA Flet extension that provides [Material Symbols](https://fonts.google.com/icons) icons for use in Flet apps.\n\nMaterial Symbols is Google's latest icon library, offering outlined, rounded, and sharp variants for over 3,000 icons. The icons support variable font axes: fill, weight, grade, and optical size.\n\n## Usage\n\n```python\nimport flet as ft\nfrom flet_material_symbols import Symbols\n\ndef main(page: ft.Page):\n    page.add(\n        ft.Icon(Symbols.HOME),\n        ft.Icon(Symbols.HOME_ROUNDED),\n        ft.Icon(Symbols.HOME_SHARP),\n    )\n\nft.run(main)\n```\n\n## Icon variants\n\nEach icon is available in three styles:\n\n- **Outlined** (default): `Symbols.ICON_NAME`\n- **Rounded**: `Symbols.ICON_NAME_ROUNDED`\n- **Sharp**: `Symbols.ICON_NAME_SHARP`\n\n## Variable font axes\n\nIcons can be customized with variable font axes using the standard `ft.Icon` properties:\n\n```python\nft.Icon(\n    Symbols.SETTINGS,\n    fill=1,        # 0.0 = outlined, 1.0 = fully filled (continuous 0–1)\n    weight=700,    # 100–700\n    grade=0.25,    # -50–200\n    optical_size=48,  # 20–48\n)\n```\n\n## Updating icon data\n\nTo regenerate the icon data after a `material_symbols_icons` package update, run from the `flet-material-symbols` directory:\n\n```\nuv run scripts/generate_icons.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCreeper19472%2Fflet-material-symbols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FCreeper19472%2Fflet-material-symbols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FCreeper19472%2Fflet-material-symbols/lists"}