{"id":32278063,"url":"https://github.com/e200/pixel_color_picker","last_synced_at":"2026-02-22T01:36:30.279Z","repository":{"id":59149136,"uuid":"319085769","full_name":"e200/pixel_color_picker","owner":"e200","description":"Pick colors from pixels of everything visible in your Flutter apps","archived":false,"fork":false,"pushed_at":"2021-03-06T16:35:11.000Z","size":156,"stargazers_count":15,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-08-20T22:55:52.072Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e200.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}},"created_at":"2020-12-06T17:03:55.000Z","updated_at":"2023-07-14T23:08:51.000Z","dependencies_parsed_at":"2022-09-13T08:42:12.310Z","dependency_job_id":null,"html_url":"https://github.com/e200/pixel_color_picker","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/e200/pixel_color_picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e200%2Fpixel_color_picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e200%2Fpixel_color_picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e200%2Fpixel_color_picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e200%2Fpixel_color_picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e200","download_url":"https://codeload.github.com/e200/pixel_color_picker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e200%2Fpixel_color_picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"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":[],"created_at":"2025-10-23T00:16:28.387Z","updated_at":"2026-02-22T01:36:30.274Z","avatar_url":"https://github.com/e200.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pixel_color_picker\n\nA widget that extracts colors from its childs.\n\nThis package lets you basically extract colors from everything in your screen.\n\n![Screenshot][screenshot]\n\n## Getting Started\n\nIn the pubspec.yaml of your flutter project, add the following dependency:\n\n```yaml\ndependencies:\n  ...\n  pixel_color_picker:\n```\n\nImport the package in your code:\n\n```dart\nimport 'package:local_hero/local_hero.dart';\n```\n\n## Usage\n\nWrap the target widget inside `PixelColorPicker`:\n\n```dart\nPixelColorPicker(\n  child: Image.asset('image.png'),\n  onChanged: (color) {\n    setState(() {\n      this.color = color;\n    });\n  }\n);\n```\n\nAnd whenever the user taps the child, the `onChanged` event will give the color of the pixel on that position.\n\nIt's still under development, but you can already play with it.\n\n## Contributions\n\nAny contribution to this project is welcome.\n\nIf you find a bug or want a feature, but don't know how to fix/implement it, please fill an [issue][issue].\nIf you fixed a bug or implemented a feature, please send a [pull request][pr].\n\n\u003c!--Links--\u003e\n[pub_badge]: https://img.shields.io/pub/v/pixel_color_picker.svg\n[pub_dev]: https://pub.dartlang.org/packages/pixel_color_picker\n[issues]: https://github.com/e200/pixel_color_picker/issues\n[pull_requests]: https://github.com/e200/pixel_color_picker/pulls\n[screenshot]: https://raw.githubusercontent.com/e200/pixel_color_picker/master/screenshots/screenshot.gif\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe200%2Fpixel_color_picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe200%2Fpixel_color_picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe200%2Fpixel_color_picker/lists"}