{"id":28937262,"url":"https://github.com/shiena/flet-dropzone","last_synced_at":"2026-01-28T00:29:18.095Z","repository":{"id":279147404,"uuid":"937852629","full_name":"shiena/flet-dropzone","owner":"shiena","description":"a DropZone control that accepts dropped files","archived":false,"fork":false,"pushed_at":"2026-01-19T20:30:32.000Z","size":36,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T02:16:25.902Z","etag":null,"topics":["flet","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/flet-dropzone/","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/shiena.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-24T02:28:09.000Z","updated_at":"2026-01-19T20:25:02.000Z","dependencies_parsed_at":"2025-04-28T19:46:58.992Z","dependency_job_id":null,"html_url":"https://github.com/shiena/flet-dropzone","commit_stats":null,"previous_names":["shiena/flet-dropzone"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shiena/flet-dropzone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiena%2Fflet-dropzone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiena%2Fflet-dropzone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiena%2Fflet-dropzone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiena%2Fflet-dropzone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiena","download_url":"https://codeload.github.com/shiena/flet-dropzone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiena%2Fflet-dropzone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28828975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["flet","python"],"created_at":"2025-06-22T21:04:30.797Z","updated_at":"2026-01-28T00:29:18.088Z","avatar_url":"https://github.com/shiena.png","language":"Dart","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Flet Dropzone control\n\nDropzone control for [Flet](https://flet.dev/) integrating [desktop_drop](https://pub.dev/packages/desktop_drop)\n\n## Installation\n\n```bash\npip install flet-dropzone\n```\n\nPlease build once before running.\n\nfor windows user:\n\n```bash\nflet build windows -v\n```\n\nfor macOS user:\n\n```bash\nflet build macos -v\n```\n\nfor linux user:\n\n```bash\nflet build linux -v\n```\n\nfor web user:\n\n```bash\nflet build web -v\n```\n\n## Example\n\n```py\nimport flet as ft\n\nimport flet_dropzone as ftd\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        ftd.Dropzone(\n            content=ft.Container(\n                ft.Text(\"Drop here!\"),\n                width=500,\n                height=500,\n                alignment=ft.Alignment.CENTER,\n                bgcolor=\"red\",\n            ),\n            on_dropped=lambda e: print(f\"Dropped: {e.files}\"),\n            on_entered=lambda e: print(\"Entered\"),\n            on_exited=lambda e: print(\"Exited\"),\n        )\n    )\n\n\nft.run(main)\n```\n\n## References\n\n- https://github.com/flet-dev/flet/pull/4441\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiena%2Fflet-dropzone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiena%2Fflet-dropzone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiena%2Fflet-dropzone/lists"}