{"id":15619674,"url":"https://github.com/mohamedashraf701/gradient-icon","last_synced_at":"2025-04-28T17:09:59.752Z","repository":{"id":178235424,"uuid":"656795830","full_name":"MohamedAshraf701/gradient-icon","owner":"MohamedAshraf701","description":"The Gradient Icon package is a powerful Flutter package that enables creating gradient icons effortlessly.","archived":false,"fork":false,"pushed_at":"2024-05-03T21:17:57.000Z","size":581,"stargazers_count":20,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T17:09:51.440Z","etag":null,"topics":["colo","colors","dart","flutter","flutter-package","gradient","gradient-icon","gradients","icon","icons","linear-gradient","package"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/gradient_icon","language":"C++","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/MohamedAshraf701.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-06-21T16:50:58.000Z","updated_at":"2024-12-09T10:19:53.000Z","dependencies_parsed_at":"2024-01-19T14:45:09.731Z","dependency_job_id":null,"html_url":"https://github.com/MohamedAshraf701/gradient-icon","commit_stats":null,"previous_names":["mohamedashraf701/gradientcolor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedAshraf701%2Fgradient-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedAshraf701%2Fgradient-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedAshraf701%2Fgradient-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedAshraf701%2Fgradient-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohamedAshraf701","download_url":"https://codeload.github.com/MohamedAshraf701/gradient-icon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251352605,"owners_count":21575863,"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":["colo","colors","dart","flutter","flutter-package","gradient","gradient-icon","gradients","icon","icons","linear-gradient","package"],"created_at":"2024-10-03T08:40:55.208Z","updated_at":"2025-04-28T17:09:59.727Z","avatar_url":"https://github.com/MohamedAshraf701.png","language":"C++","funding_links":["https://www.buymeacoffee.com/ashraf704"],"categories":[],"sub_categories":[],"readme":"# Gradient Icon\n\n[![Pub Version](https://img.shields.io/pub/v/gradient_icon.svg)](https://pub.dev/packages/gradient_icon)\n![Flutter Platform](https://img.shields.io/badge/platform-flutter-yellow)\n\nA Flutter package that provides gradient icons, allowing you to apply gradient effects to your icons.\n\n\u003cimg src=\"https://github.com/MohamedAshraf701/gradient-icon/assets/92545354/2f20df2b-2ccd-4cb5-b26c-b82fa79e22b3\" alt=\"Gradient Icons\" width=\"200\"\u003e\n\n## Features\n\n- Easily create icons with customizable gradients.\n- Supports various gradient types, including linear, radial, and sweep gradients.\n- Highly customizable with control over colors, directions, and more.\n\n## Installation\n\nAdd the following line to your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  gradient_icon: ^2.0.9\n```\n\nThen run `flutter pub get` to fetch the package.\n\n## Usage\n\nImport the package into your Dart file:\n\n```dart\nimport 'package:gradient_icon/gradient_icon.dart';\n```\n\nUse the `GradientIcon` widget in your Flutter app:\n\n```dart\nGradientIcon(\n  icon: Icons.star,\n  gradient: LinearGradient(\n    colors: [Colors.red, Colors.blue],\n    begin: Alignment.topLeft,\n    end: Alignment.bottomRight,\n  ),\n  size: 30,\n),\n```\n\n## Documentation\n\nFor detailed usage instructions and API documentation, please refer to the [documentation](https://pub.dev/documentation/gradient_icon/latest/).\n\n## Examples\n\nYou can find more usage examples in the [example](example) folder of this repository.\n\n## License\n\nThis project is licensed under the [MIT License](https://github.com/MohamedAshraf701/gradient-icon/blob/main/LICENSE).\n\n## Changelog\n\nSee the [CHANGELOG](https://github.com/MohamedAshraf701/gradient-icon/blob/main/CHANGELOG.md) for a history of changes in the package.\n\n## Contributing\n\nContributions to the `gradient_icon` package are welcome! Please read the [contribution guidelines](CONTRIBUTING.md) before submitting a pull request.\n\n## Acknowledgements\n\nThis package was inspired by the need for gradient icons in Flutter and aims to provide an easy-to-use solution for applying gradients to icons.\n\n## Get in touch\n\nIf you have any questions, feel free to reach out:\n\n- Email: ashrafchauhan567@gmail.com\n- Githube: [@MohamedAshraf701](https://github.com/MohamedAshraf701)\n\n# Support\n\u003cp\u003e\u003ca href=\"https://www.buymeacoffee.com/ashraf704\"\u003e \u003cimg align=\"left\" src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" height=\"50\" width=\"210\" alt=\"ashraf704\" /\u003e\u003c/a\u003e\u003c/p\u003e\u003cbr\u003e\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedashraf701%2Fgradient-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedashraf701%2Fgradient-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedashraf701%2Fgradient-icon/lists"}