{"id":32302409,"url":"https://github.com/jonathanmonga/flutter_colorize","last_synced_at":"2025-10-23T05:59:51.330Z","repository":{"id":56829239,"uuid":"253994951","full_name":"JonathanMonga/flutter_colorize","owner":"JonathanMonga","description":"Collection of 1000 + pre-loaded colors for Flutter.","archived":false,"fork":false,"pushed_at":"2020-04-08T06:03:49.000Z","size":219,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T05:59:40.030Z","etag":null,"topics":["color","dart","flutter","made-in-drc","plugin","widget"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_colorize","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/JonathanMonga.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-04-08T05:36:06.000Z","updated_at":"2025-03-21T14:21:46.000Z","dependencies_parsed_at":"2022-08-26T13:51:16.064Z","dependency_job_id":null,"html_url":"https://github.com/JonathanMonga/flutter_colorize","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JonathanMonga/flutter_colorize","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanMonga%2Fflutter_colorize","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanMonga%2Fflutter_colorize/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanMonga%2Fflutter_colorize/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanMonga%2Fflutter_colorize/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonathanMonga","download_url":"https://codeload.github.com/JonathanMonga/flutter_colorize/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanMonga%2Fflutter_colorize/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280569918,"owners_count":26352860,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["color","dart","flutter","made-in-drc","plugin","widget"],"created_at":"2025-10-23T05:59:48.525Z","updated_at":"2025-10-23T05:59:51.319Z","avatar_url":"https://github.com/JonathanMonga.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Colorize\n\n\u003cimg src=\"https://raw.githubusercontent.com/JonathanMonga/flutter_colorize/master/images/header.jpg\" align=\"center\" alt=\"Header\" height=\"500\" width=\"100%\"/\u003e\n\nCollection of 1000 + pre-loaded colors for Flutter.\n\n[![Pub](https://img.shields.io/badge/pub-1.0.0%2B1-blue)](https://pub.dev/packages/flutter_colorize)\n[![Build Status](https://travis-ci.org/JonathanMonga/flutter_colorize.svg?branch=master)](https://travis-ci.org/JonathanMonga/flutter_colorize)\n\n### Show some :heart: and star the repo to support the project\n\n[![GitHub stars](https://img.shields.io/github/stars/JonathanMonga/flutter_colorize?style=social\u0026label=Star)](https://github.com/JonathanMonga/flutter_colorize) [![GitHub forks](https://img.shields.io/github/forks/JonathanMonga/flutter_colorize?style=social\u0026label=Fork)](https://github.com/JonathanMonga/flutter_colorize/fork) [![GitHub watchers](https://img.shields.io/github/watchers/JonathanMonga/flutter_colorize?style=social\u0026label=Watch)](https://github.com/JonathanMonga/flutter_colorize) [![GitHub followers](https://img.shields.io/github/followers/JonathanMonga.svg?style=social\u0026label=Follow)](https://github.com/JonathanMonga)  \n[![Twitter Follow](https://img.shields.io/twitter/follow/jonathan_monga.svg?style=social)](https://twitter.com/jonathan_monga)\n\n## Installation\n\nAdd the Package\n\n```yaml\ndependencies:\n  flutter_colorize: ^1.0.0+1\n```\n\n# Usage\n\n### Import the package\n\n```dart\nimport 'package:flutter_colorize/flutter_colorize.dart';\n```\n## Overview\n\n\u003cimg src=\"https://raw.githubusercontent.com/JonathanMonga/flutter_colorize/master/images/image.png\" align=\"center\" alt=\"Header\" height=\"500\" width=\"100%\"/\u003e\n\n## How To Use\n\nVery easy to use this library, find the color and use it.\n\n```dart\n    Container(\n        color : FlutterColorize.fcZomp,\n    );\n```\n\n## Examples\n\nWeb and command-line examples can be found in the `example` folder.\n\n### Web Examples\n\nIn order to run the web examples, please follow these steps:\n\n1. Clone this repo and enter the directory\n2. Run `pub get`\n3. Run `pub run build_runner serve example`\n4. Navigate to [http://localhost:8080/web/](http://localhost:8080/web/) in your browser\n\n### Command Line Examples\n\nIn order to run the command line example, please follow these steps:\n\n1. Clone this repo and enter the directory\n2. Run `pub get`\n3. Run `dart example/lib/main.dart`\n\n### Flutter Example\n\n#### Install Flutter\n\nIn order to run the flutter example, you must have Flutter installed. For installation instructions, view the online\n[documentation](https://flutter.io/).\n\n#### Run the app\n\n1. Open up an Android Emulator, the iOS Simulator, or connect an appropriate mobile device for debugging.\n2. Open up a terminal\n3. `cd` into the `example/lib/` directory\n4. Run `flutter doctor` to ensure you have all Flutter dependencies working.\n5. Run `flutter packages get`\n6. Run `flutter run`\n\n## Thanks\n\n- Image from : [Joe Theodore](https://unsplash.com/@joetheodore)\n\n# License\n\n    MIT License\n\n    Copyright (c) 2020 Jonathan Monga\n\n    Permission is hereby granted, free of charge, to any person obtaining a copy\n    of this software and associated documentation files (the \"Software\"), to deal\n    in the Software without restriction, including without limitation the rights\n    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n    copies of the Software, and to permit persons to whom the Software is\n    furnished to do so, subject to the following conditions:\n\n    The above copyright notice and this permission notice shall be included in all\n    copies or substantial portions of the Software.\n\n    THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n    SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmonga%2Fflutter_colorize","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanmonga%2Fflutter_colorize","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanmonga%2Fflutter_colorize/lists"}