{"id":24575036,"url":"https://github.com/berkanaslan/material-color-generator","last_synced_at":"2025-04-23T15:21:51.207Z","repository":{"id":56834495,"uuid":"342338557","full_name":"berkanaslan/material-color-generator","owner":"berkanaslan","description":"🎨 A package for generating a material color palette with HEX Color. Available on: pub.dev/packages/material_color_generator","archived":false,"fork":false,"pushed_at":"2022-12-16T08:46:38.000Z","size":20,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T00:51:13.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berkanaslan.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":"2021-02-25T18:19:49.000Z","updated_at":"2024-01-29T02:58:22.000Z","dependencies_parsed_at":"2023-01-29T11:32:31.997Z","dependency_job_id":null,"html_url":"https://github.com/berkanaslan/material-color-generator","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/berkanaslan%2Fmaterial-color-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkanaslan%2Fmaterial-color-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkanaslan%2Fmaterial-color-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berkanaslan%2Fmaterial-color-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berkanaslan","download_url":"https://codeload.github.com/berkanaslan/material-color-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250457807,"owners_count":21433740,"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":"2025-01-23T21:54:34.046Z","updated_at":"2025-04-23T15:21:51.190Z","avatar_url":"https://github.com/berkanaslan.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# material_color_generator\nThis package allows you to get a material color palette by giving any HEX color. Pretty simple, pretty plain.\n\n## How can i use this?\nGo to the main.dart file of your project and find the MaterialApp widget. Pick any hex color and use with generateMaterialColor() method. It's done.\n```\nMaterialApp(\n  debugShowCheckedModeBanner: false,\n  title: 'Flutter App',\n  theme: ThemeData(\n    primarySwatch: generateMaterialColor(color: Color(0xFF113861)),\n  ),\n);\n```\n\n\n## Getting Started\n\nThis project is a starting point for a Dart\n[package](https://flutter.dev/developing-packages/),\na library module containing code that can be shared easily across\nmultiple Flutter or Dart projects.\n\nFor help getting started with Flutter, view our \n[online documentation](https://flutter.dev/docs), which offers tutorials, \nsamples, guidance on mobile development, and a full API reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkanaslan%2Fmaterial-color-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberkanaslan%2Fmaterial-color-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberkanaslan%2Fmaterial-color-generator/lists"}