{"id":29603855,"url":"https://github.com/long1eu/material_color_picker","last_synced_at":"2025-07-20T15:01:56.778Z","repository":{"id":76842450,"uuid":"110753638","full_name":"long1eu/material_pickers","owner":"long1eu","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-31T05:39:58.000Z","size":32,"stargazers_count":103,"open_issues_count":1,"forks_count":13,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-07-13T12:01:45.506Z","etag":null,"topics":["color-picker","dart","flutter","flutter-material","material-design"],"latest_commit_sha":null,"homepage":null,"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/long1eu.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}},"created_at":"2017-11-14T22:44:55.000Z","updated_at":"2025-06-24T05:24:01.000Z","dependencies_parsed_at":"2024-01-17T03:13:49.534Z","dependency_job_id":"cee3914e-7f89-48a1-9090-849362e3bee0","html_url":"https://github.com/long1eu/material_pickers","commit_stats":null,"previous_names":["long1eu/material_color_picker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/long1eu/material_pickers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/long1eu%2Fmaterial_pickers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/long1eu%2Fmaterial_pickers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/long1eu%2Fmaterial_pickers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/long1eu%2Fmaterial_pickers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/long1eu","download_url":"https://codeload.github.com/long1eu/material_pickers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/long1eu%2Fmaterial_pickers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266143940,"owners_count":23883067,"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","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":["color-picker","dart","flutter","flutter-material","material-design"],"created_at":"2025-07-20T15:01:13.862Z","updated_at":"2025-07-20T15:01:56.741Z","avatar_url":"https://github.com/long1eu.png","language":"Dart","funding_links":[],"categories":["Components"],"sub_categories":["UI"],"readme":"# Material ColorPicker\n\nColor picker for Flutter, based on the Google Docs color picker.\n\n![alt text](https://raw.githubusercontent.com/long1eu/material_color_picker/master/res/extras/demo.png)\n\n## Getting Started\n\nYou can embed into your material app or use it on a Dialog like this:\n\n    Future\u003cColor\u003e askedToLead() async =\u003e await showDialog(\n        context: context,\n        child: new SimpleDialog(\n          title: const Text('Select color'),\n          children: \u003cWidget\u003e[\n            new ColorPicker(\n              type: MaterialType.transparency,\n              onColor: (color) {\n                Navigator.pop(context, color);\n              },\n              currentColor: startColor,\n            ),\n          ],\n        ),\n      );\n\nFor help getting started with Flutter, view our online [documentation](http://flutter.io/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flong1eu%2Fmaterial_color_picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flong1eu%2Fmaterial_color_picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flong1eu%2Fmaterial_color_picker/lists"}