{"id":20497604,"url":"https://github.com/simrat39/simple_color_picker","last_synced_at":"2026-04-21T19:03:47.090Z","repository":{"id":107727690,"uuid":"302476227","full_name":"simrat39/simple_color_picker","owner":"simrat39","description":"A simple material-ish flutter color picker","archived":false,"fork":false,"pushed_at":"2020-11-22T06:26:43.000Z","size":497,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T06:29:23.452Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simrat39.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-10-08T22:31:39.000Z","updated_at":"2020-11-22T06:26:45.000Z","dependencies_parsed_at":"2023-06-08T20:45:34.680Z","dependency_job_id":null,"html_url":"https://github.com/simrat39/simple_color_picker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fsimple_color_picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fsimple_color_picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fsimple_color_picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simrat39%2Fsimple_color_picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simrat39","download_url":"https://codeload.github.com/simrat39/simple_color_picker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242087913,"owners_count":20069722,"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":[],"created_at":"2024-11-15T18:11:33.714Z","updated_at":"2026-04-21T19:03:47.058Z","avatar_url":"https://github.com/simrat39.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# simple_color_picker\n\nA simple material-ish color picker for flutter.\n\n![Preview](./preview.gif)\n\n# Example:\n## AlertDialog\n``` dart\nshowDialog(\n    context: context,\n    builder: (context) {\n      return AlertDialog(\n        contentPadding: EdgeInsets.zero,\n        content: Container(\n          height: MediaQuery.of(context).size.height * 0.55,\n          width: MediaQuery.of(context).size.width * 0.35,\n          child: SimpleColorPicker(\n            height: MediaQuery.of(context).size.height * 0.55,\n            onColorSelect: (color) {\n              print(color);\n              Navigator.of(context).pop();\n            },\n            onCancel: () {\n              Navigator.of(context).pop();\n            },\n            initialColor: Color(0xffe50050),\n          ),\n        ),\n      );\n    }\n```\n## Modal Bottom Sheet\n``` dart\nshowModalBottomSheet(\n    context: context,\n    builder: (context) {\n      return SimpleColorPicker(\n        height: MediaQuery.of(context).size.height * 0.55,\n        onColorSelect: (color) {\n          print(color);\n          Navigator.of(context).pop();\n        },\n        onCancel: () {\n          Navigator.of(context).pop();\n        },\n        initialColor: Color(0xffe50050),\n      );\n    },\n),\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimrat39%2Fsimple_color_picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimrat39%2Fsimple_color_picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimrat39%2Fsimple_color_picker/lists"}