{"id":25350901,"url":"https://github.com/vincevargadev/kolors_flutter","last_synced_at":"2026-05-08T05:38:54.328Z","repository":{"id":56833597,"uuid":"439911571","full_name":"vincevargadev/kolors_flutter","owner":"vincevargadev","description":"The named HTML colors that you can use in your Flutter apps.","archived":false,"fork":false,"pushed_at":"2021-12-27T15:32:18.000Z","size":3020,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-08T21:49:08.876Z","etag":null,"topics":["dart","flutter","flutter-package","hex-colors","html-colors","named-colors","pub-dev","pubdev"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/kolors","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vincevargadev.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-12-19T16:23:32.000Z","updated_at":"2025-01-22T12:49:30.000Z","dependencies_parsed_at":"2022-09-08T07:42:04.647Z","dependency_job_id":null,"html_url":"https://github.com/vincevargadev/kolors_flutter","commit_stats":null,"previous_names":["vincevargadev/kolors_flutter","dartsidedev/kolors"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/vincevargadev/kolors_flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Fkolors_flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Fkolors_flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Fkolors_flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Fkolors_flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincevargadev","download_url":"https://codeload.github.com/vincevargadev/kolors_flutter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincevargadev%2Fkolors_flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28284964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T03:48:11.750Z","status":"ssl_error","status_checked_at":"2026-01-11T03:48:02.765Z","response_time":60,"last_error":"SSL_read: 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":["dart","flutter","flutter-package","hex-colors","html-colors","named-colors","pub-dev","pubdev"],"created_at":"2025-02-14T17:18:53.241Z","updated_at":"2026-01-11T04:37:13.890Z","avatar_url":"https://github.com/vincevargadev.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `kolors`\n\n\u003e The named HTML colors that you can use in your Flutter apps.\n\nHTML and CSS lets you use around 140 names colors. With this simple Flutter package, you can now access these colors also from your Flutter app.\n\n[![Continuous Integration](https://github.com/dartsidedev/kolors/workflows/Continuous%20Integration/badge.svg?branch=main)](https://github.com/dartsidedev/kolors/actions) [![codecov](https://codecov.io/gh/dartsidedev/kolors/branch/main/graph/badge.svg)](https://codecov.io/gh/dartsidedev/kolors) [![kolors](https://img.shields.io/pub/v/kolors?label=kolors\u0026logo=dart)](https://pub.dev/packages/kolors 'See kolors package info on pub.dev') [![Published by dartside.dev](https://img.shields.io/static/v1?label=Published%20by\u0026message=dartside.dev\u0026logo=dart\u0026logoWidth=30\u0026color=40C4FF\u0026labelColor=1d599b\u0026labelWidth=100)](https://pub.dev/publishers/dartside.dev/packages) [![GitHub Stars Count](https://img.shields.io/github/stars/dartsidedev/kolors?logo=github)](https://github.com/dartsidedev/kolors 'Star me on GitHub!')\n\n## Important links\n\n* [Read the source code and **star the repo** on GitHub](https://github.com/dartsidedev/kolors)\n* [Open an issue on GitHub](https://github.com/dartsidedev/kolors/issues)\n* [See package on `pub.dev`](https://pub.dev/packages/kolors)\n* [Read the docs on `pub.dev`](https://pub.dev/documentation/kolors/latest/)\n\n## Inspiration\n\nThis package is inspired by the [`material` library's `Colors`class](https://api.flutter.dev/flutter/material/Colors-class.html).\nI found that class to be very convenient for prototyping applications: no hex codes, just simple, intuitive named colors.\n\nAs a developer with many years of web background, I found that I often wanted to reach for the web (HTML and CSS) colors from my Flutter application.\n\nNow, with this package, it's possible to find the right colors for quick prototyping.\n\n## Usage\n\n```dart\nimport 'package:kolors/kolors.dart';\n\n// Just type \"Kolors.\" and pick a color that you like.\nconst appBarColor = Kolors.tomato;\nconst borderColor = Kolors.skyBlue;\n\n// You can use the grouped classes if you know which color's shades\n// you are interested in.\nconst appBarColor = KolorReds.lightSalmon;\nconst iconColor = KolorGreens.limeGreen;\nconst fabColor = KolorBlues.skyBlue;\n\n// If you want to show the colors with their names to your users,\n// use the \"asMap\" that contains the colors names and the colors.\nfinal kolorsMap = Kolors.asMap();\nfinal kolorEntries = m.kolorsMap.toList();\n\n// Just the colors as List\u003cColor\u003e\nconst pinks = KolorPinks.values;\n```\n\nYou can find the example app on [GitHub](https://github.com/dartsidedev/kolors/blob/main/example/lib/main.dart) and on [pub.dev](https://pub.dev/packages/kolors/example).\n\n\u003cimg src=\"https://raw.githubusercontent.com/dartsidedev/kolors/main/docs_assets/example_app.gif\" alt=\"Flutter package kolors example app in action\" height=\"600\"/\u003e\n\nPlease keep in mind that this package has a `dart:ui` dependency (and [therefore runs only with Flutter](https://twitter.com/vincevargadev/status/1471965783463010311)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincevargadev%2Fkolors_flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincevargadev%2Fkolors_flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincevargadev%2Fkolors_flutter/lists"}