{"id":21174848,"url":"https://github.com/mindinventory/animated_icons","last_synced_at":"2025-07-09T21:31:18.032Z","repository":{"id":51362301,"uuid":"444802555","full_name":"Mindinventory/animated_icons","owner":"Mindinventory","description":"This package supports an animated icon with some customization. It includes an icon type, animation as well as onTap() parameters through the user to get the values as per the requirements.","archived":false,"fork":false,"pushed_at":"2024-02-27T09:22:08.000Z","size":2897,"stargazers_count":17,"open_issues_count":0,"forks_count":12,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T07:22:30.924Z","etag":null,"topics":["animated-icons","flutter-animated-icons","flutter-icons"],"latest_commit_sha":null,"homepage":"https://www.mindinventory.com/flutter-app-development.php","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/Mindinventory.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}},"created_at":"2022-01-05T12:52:38.000Z","updated_at":"2024-09-13T08:44:34.000Z","dependencies_parsed_at":"2024-02-15T07:46:31.932Z","dependency_job_id":null,"html_url":"https://github.com/Mindinventory/animated_icons","commit_stats":{"total_commits":16,"total_committers":5,"mean_commits":3.2,"dds":0.6875,"last_synced_commit":"4c3adce038f4c1aad4c8a196a1667774739a5bf2"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mindinventory/animated_icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fanimated_icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fanimated_icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fanimated_icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fanimated_icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mindinventory","download_url":"https://codeload.github.com/Mindinventory/animated_icons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mindinventory%2Fanimated_icons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264503949,"owners_count":23618762,"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":["animated-icons","flutter-animated-icons","flutter-icons"],"created_at":"2024-11-20T16:56:24.755Z","updated_at":"2025-07-09T21:31:17.484Z","avatar_url":"https://github.com/Mindinventory.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# animated_icon\n\n\u003ca href=\"https://developer.android.com\" style=\"pointer-events: stroke;\" target=\"_blank\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/platform-android-blue\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://developer.apple.com/ios/\" style=\"pointer-events: stroke;\" target=\"_blank\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/platform-iOS-blue\"\u003e\n\u003c/a\u003e\n\u003ca href=\"\" style=\"pointer-events: stroke;\" target=\"_blank\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/platform-web-blue\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-purple.svg\" alt=\"MIT License\"\u003e\u003c/a\u003e\n\nThis package supports an animated icon with some customization. It includes an icon type, animation as well as onTap() parameters through the user to get the values as per the requirements.\n\n# Preview\n\u003cimg  src=\"https://github.com/Mindinventory/animated_icons/blob/master/assets/animated_icon_gif/animated_icon.gif?raw=true\"  width=\"275\" height=550/\u003e\n\n## Example\n```dart\n    AnimateIcon(\n            key: UniqueKey(),\n            onTap: () {},\n            iconType: IconType.continueAnimation,\n            height: 70,\n            width: 70,\n            color: Color.fromRGBO(\n                Random.secure().nextInt(255),\n                Random.secure().nextInt(255),\n                Random.secure().nextInt(255),\n                1),\n            animateIcon: AnimateIcons.bell,\n        );\n```\n\n### Required parameters\n\n##### onTap():\nThis is a callback. Through user can call anythings.\n\n##### animateIcons:\nThis is a parameter which will send by user from enum of AnimateIcons.\n\n##### iconType:\nThis is a parameter which will send by user from enum of IconType.\n\n\n## Optional parameters\n\n##### Color:\nThis is for user can set the color for animate icon.\n\n##### height:\nThis is for user can set the height for animate icon.\n\n##### width:\nThis is for user can set the width for animate icon.\n\n##### onHover():\nThis is a callback. Through user can call anythings.\n\n## Guideline for contributors\nContribution towards our repository is always welcome, we request contributors to create a pull request to the develop branch only.\n\n## Guideline to report an issue/feature request\nIt would be great for us if the reporter can share the below things to understand the root cause of the issue.\n- Library version\n- Code snippet\n- Logs if applicable\n- Device specification like (Manufacturer, OS version, etc)\n- Screenshot/video with steps to reproduce the issue.\n\n### Dependencies\n\n* [lottie](https://pub.dev/packages/lottie): ^2.3.2\n\n# LICENSE!\nBubble Slider is [MIT-licensed](https://github.com/mi-ghanshyam/animated_icons/blob/master/LICENSE \"MIT-licensed\").\n\n# Let us know!\nWe’d be really happy if you send us links to your projects where you use our component. Just send an email to sales@mindinventory.com And do let us know if you have any questions or suggestion regarding our work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindinventory%2Fanimated_icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmindinventory%2Fanimated_icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmindinventory%2Fanimated_icons/lists"}