{"id":21175356,"url":"https://github.com/6thsolution/flutter_iconly","last_synced_at":"2025-10-25T06:32:01.920Z","repository":{"id":46779166,"uuid":"400042743","full_name":"6thsolution/flutter_iconly","owner":"6thsolution","description":"The Flutter implementation of Iconly icon sets.","archived":false,"fork":false,"pushed_at":"2023-06-24T17:23:59.000Z","size":1572,"stargazers_count":32,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-09T23:26:45.571Z","etag":null,"topics":["dart","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/iconly","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/6thsolution.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":"2021-08-26T04:45:35.000Z","updated_at":"2025-04-23T14:09:18.000Z","dependencies_parsed_at":"2024-08-22T23:23:50.156Z","dependency_job_id":null,"html_url":"https://github.com/6thsolution/flutter_iconly","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/6thsolution/flutter_iconly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6thsolution%2Fflutter_iconly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6thsolution%2Fflutter_iconly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6thsolution%2Fflutter_iconly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6thsolution%2Fflutter_iconly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/6thsolution","download_url":"https://codeload.github.com/6thsolution/flutter_iconly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/6thsolution%2Fflutter_iconly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266462701,"owners_count":23932861,"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-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["dart","flutter"],"created_at":"2024-11-20T16:59:09.350Z","updated_at":"2025-10-25T06:32:01.866Z","avatar_url":"https://github.com/6thsolution.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Iconly\n[![pub](https://img.shields.io/pub/v/iconly.svg?color=blue\u0026label=iconly)](https://pub.dev/packages/iconly)\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"80%\" src=\"https://raw.githubusercontent.com/6thsolution/flutter_iconly/main/assets/image/transparent_banner.png\" /\u003e\n\u003c/div\u003e\n\n\nFlutter package for using [Iconly](https://iconly.pro)  Icons. Iconly is totally free, and you can use this package to bring these awesome icons to your Flutter project. \n\nThis package has made from Iconly v2.3 version. following sets are currently available in  this package:\n\n- Light\n- Bold\n- Broken\n\n**note:** since Flutter does not support multicolor Icons, we can not support **Bulk** Icon set. but we are going to implement that in the future.\n\n## installation:\nAdd the following line to your `pubspec.yaml` file, under the `dependencies:` section:\n\n``` yaml\ndependencies:\n  iconly: \u003clatest_version\u003e\n```\n\n## Usage \n``` dart\nimport 'package:font_awesome_flutter/font_awesome_flutter.dart';\n\nclass IconlyWidget extends StatelessWidget {\n\n  Widget build(BuildContext context) {\n    return IconButton(\n      icon: Icon(IconlyLight.search), \n      onPressed: () { print(\"Pressed\"); }\n     );\n  }\n  \n}\n```\n## Check the Example and find your Icon\nWe have created a sample project where you can find the icon you want and add it to your project. you can also run the example folder on mobile platforms and web. [Checkout This Link for more info.](https://6thsolution.github.io/flutter_iconly)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F6thsolution%2Fflutter_iconly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F6thsolution%2Fflutter_iconly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F6thsolution%2Fflutter_iconly/lists"}