{"id":28937193,"url":"https://github.com/flet-dev/flet-spinkit","last_synced_at":"2025-07-22T13:34:56.389Z","repository":{"id":274090407,"uuid":"921875759","full_name":"flet-dev/flet-spinkit","owner":"flet-dev","description":"Flet extension example","archived":false,"fork":false,"pushed_at":"2025-01-24T20:22:28.000Z","size":142,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-22T21:04:10.624Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","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/flet-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2025-01-24T19:31:56.000Z","updated_at":"2025-02-05T07:50:57.000Z","dependencies_parsed_at":"2025-01-24T20:38:36.022Z","dependency_job_id":null,"html_url":"https://github.com/flet-dev/flet-spinkit","commit_stats":null,"previous_names":["flet-dev/flet-spinkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flet-dev/flet-spinkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flet-dev%2Fflet-spinkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flet-dev%2Fflet-spinkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flet-dev%2Fflet-spinkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flet-dev%2Fflet-spinkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flet-dev","download_url":"https://codeload.github.com/flet-dev/flet-spinkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flet-dev%2Fflet-spinkit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266506219,"owners_count":23940021,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2025-06-22T21:04:10.042Z","updated_at":"2025-07-22T13:34:56.371Z","avatar_url":"https://github.com/flet-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flet-spinkit\n\nFletSpinkit control for Flet.\n\nAnimated loading indicator based on [flutter_spinkit](https://pub.dev/packages/flutter_spinkit).\n\n## Examples\n\n```python\nimport flet as ft\n\nfrom flet_spinkit import FletSpinkit\n\n\ndef main(page: ft.Page):\n    page.vertical_alignment = ft.MainAxisAlignment.CENTER\n    page.horizontal_alignment = ft.CrossAxisAlignment.CENTER\n\n    page.add(\n        ft.Stack(\n            [\n                ft.Container(height=200, width=200, bgcolor=ft.Colors.BLUE_100),\n                FletSpinkit(\n                    opacity=0.5,\n                    tooltip=\"Spinkit tooltip\",\n                    top=0,\n                    left=0,\n                    color=ft.Colors.YELLOW,\n                    size=150,\n                ),\n            ]\n        )\n    )\n\n\nft.app(main)\n\n```\n\n\u003cimg src=\"media/spinkit.gif\" width=\"20%\" /\u003e\n\n## Properties\n\n### `color`\n\nThe color of the indicator.\n\n### `size`\n\nThe size of the indicator in virtual pixels. The default is 100.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflet-dev%2Fflet-spinkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflet-dev%2Fflet-spinkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflet-dev%2Fflet-spinkit/lists"}