{"id":21196339,"url":"https://github.com/davigmacode/flutter_animated_checkmark","last_synced_at":"2026-02-14T04:02:34.464Z","repository":{"id":60973320,"uuid":"547143089","full_name":"davigmacode/flutter_animated_checkmark","owner":"davigmacode","description":"Easy way to displaying, animating, and styling checkmark icon.","archived":false,"fork":false,"pushed_at":"2024-08-07T13:31:11.000Z","size":7861,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T21:45:35.848Z","etag":null,"topics":["animated","checkmark","flutter","package","widgetarian"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/animated_checkmark","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/davigmacode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["davigmacode"],"patreon":null,"open_collective":null,"ko_fi":"davigmacode","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["https://www.buymeacoffee.com/davigmacode"]}},"created_at":"2022-10-07T07:46:40.000Z","updated_at":"2024-08-07T13:31:14.000Z","dependencies_parsed_at":"2024-08-07T10:11:55.468Z","dependency_job_id":"4d0cea59-2cb2-4f3e-9337-754392c9e813","html_url":"https://github.com/davigmacode/flutter_animated_checkmark","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"655cc086babe279179018558b685a839e7ec5a4d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davigmacode/flutter_animated_checkmark","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_animated_checkmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_animated_checkmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_animated_checkmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_animated_checkmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davigmacode","download_url":"https://codeload.github.com/davigmacode/flutter_animated_checkmark/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davigmacode%2Fflutter_animated_checkmark/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273529572,"owners_count":25121831,"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-09-03T02:00:09.631Z","response_time":76,"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":["animated","checkmark","flutter","package","widgetarian"],"created_at":"2024-11-20T19:35:37.403Z","updated_at":"2026-02-14T04:02:29.422Z","avatar_url":"https://github.com/davigmacode.png","language":"Dart","readme":"[![Pub Version](https://img.shields.io/pub/v/animated_checkmark)](https://pub.dev/packages/animated_checkmark) ![GitHub](https://img.shields.io/github/license/davigmacode/flutter_animated_checkmark) [![GitHub](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee\u0026color=yellow\u0026label)](https://www.buymeacoffee.com/davigmacode) [![GitHub](https://badgen.net/badge/icon/ko-fi?icon=kofi\u0026color=red\u0026label)](https://ko-fi.com/davigmacode)\n\nEasy way to displaying, animating, and styling checkmark icon.\n\n## Preview\n\n[![Preview](https://github.com/davigmacode/flutter_animated_checkmark/raw/main/media/preview.gif)](https://davigmacode.github.io/flutter_animated_checkmark)\n\n[Demo](https://davigmacode.github.io/flutter_animated_checkmark)\n\n## Features\n\n* Animated check/uncheck/undetermined by boolean value or double value.\n* Animated color, weight, and size.\n* Rounded or sharpen line style.\n* Optionally draw cross for falsy value.\n* Optionally undraw dash for undetermined value.\n\n## Usage\n\nFor a complete usage, please see the [example](https://pub.dev/packages/animated_checkmark#-example-tab-).\n\nTo read more about classes and other references used by `animated_checkmark`, see the [API Reference](https://pub.dev/documentation/animated_checkmark/latest/).\n\n```dart\n// animate by value flag\nCheckmark(\n  checked: true,\n  indeterminate: false,\n  size: 12,\n  color: Colors.blue,\n  drawCross: true,\n  drawDash: false,\n);\n\n// animate by progress value [-1.0 to 1.0]\nRawCheckmark(\n  progress: 0.5,\n  weight: 2,\n  size: 12,\n  color: Colors.blue,\n  rounded: true,\n);\n```\n\n## Sponsoring\n\n\u003ca href=\"https://www.buymeacoffee.com/davigmacode\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png\" alt=\"Buy Me A Coffee\" height=\"45\"\u003e\u003c/a\u003e\n\u003ca href=\"https://ko-fi.com/davigmacode\" target=\"_blank\"\u003e\u003cimg src=\"https://storage.ko-fi.com/cdn/brandasset/kofi_s_tag_white.png\" alt=\"Ko-Fi\" height=\"45\"\u003e\u003c/a\u003e\n\nIf this package or any other package I created is helping you, please consider to sponsor me so that I can take time to read the issues, fix bugs, merge pull requests and add features to these packages.","funding_links":["https://github.com/sponsors/davigmacode","https://ko-fi.com/davigmacode","https://www.buymeacoffee.com/davigmacode"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavigmacode%2Fflutter_animated_checkmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavigmacode%2Fflutter_animated_checkmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavigmacode%2Fflutter_animated_checkmark/lists"}