{"id":13547982,"url":"https://github.com/DevsOnFlutter/path_animator","last_synced_at":"2025-04-02T20:31:19.499Z","repository":{"id":61975084,"uuid":"479627608","full_name":"DevsOnFlutter/path_animator","owner":"DevsOnFlutter","description":"Flutter package to draw path with animation on canvas","archived":false,"fork":false,"pushed_at":"2022-04-10T05:47:55.000Z","size":121,"stargazers_count":28,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-03T16:38:00.774Z","etag":null,"topics":["canvas","dart","flutter","package","path-animator","plugin"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/path_animator","language":"C++","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/DevsOnFlutter.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-04-09T05:26:32.000Z","updated_at":"2024-02-29T23:23:44.000Z","dependencies_parsed_at":"2022-10-24T13:45:35.768Z","dependency_job_id":null,"html_url":"https://github.com/DevsOnFlutter/path_animator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fpath_animator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fpath_animator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fpath_animator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fpath_animator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevsOnFlutter","download_url":"https://codeload.github.com/DevsOnFlutter/path_animator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246887984,"owners_count":20850179,"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":["canvas","dart","flutter","package","path-animator","plugin"],"created_at":"2024-08-01T12:01:04.133Z","updated_at":"2025-04-02T20:31:15.523Z","avatar_url":"https://github.com/DevsOnFlutter.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Path Animator\n\nA flutter package to draw path with animation on canvas.\n\n## Show some :heart: and :star: the repo\n\n## Features\n\n✅ Animated Path Drawing \u003c/br\u003e\n\n## Demo\n\n|\u003cimg height=500 src=\"https://i.imgur.com/3wqFiFK.gif\"/\u003e|\n|---|\n\n## Getting started\n\nInclude plugin to your project\n\n```yml\ndependencies:\n  path_animator: \u003clatest version\u003e\n```\n\nRun `pub get` and get packages.\n\n### Build Animated Path\n\nThe `build` function creates animated path and returns it.\n\n```dart\nfinal animatedPath = PathAnimator.build(\n    path: path,\n    animationPercent: controller.value,\n);\n```\n\nThe returned animated path is then used to draw the path on the canvas.\n\n```dart\ncanvas.drawPath(animatedPath, paint);\n```\n\n## Example\n\nGo to example section in pub.dev to see the full example code.\n\nIn GitHub, head over to `example/lib/main.dart` to see the full example code.\n\n## Project Created \u0026 Maintained By\n\n### Divyanshu Shekhar\n\n\u003ca href=\"https://twitter.com/dshekhar17\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e \u003ca href=\"https://in.linkedin.com/in/divyanshu-shekhar-a8a04a162\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e \u003ca href=\"https://instagram.com/dshekhar17\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/instagram-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e\n\n[![GitHub followers](https://img.shields.io/github/followers/divshekhar.svg?style=social\u0026label=Follow)](https://github.com/divshekhar/)\n\n## Contributions\n\nContributions are welcomed!\n\n**If you feel that a hook is missing, feel free to open a pull-request.**\n\nFor a custom-hook to be merged, you will need to do the following:\n\n* Describe the use-case.\n\n* Open an issue explaining why we need this hook, how to use it, ...\n  This is important as a hook will not get merged if the hook doens't appeal to\n  a large number of people.\n\n* If your hook is rejected, don't worry! A rejection doesn't mean that it won't\n  be merged later in the future if more people shows an interest in it.\n  In the mean-time, feel free to publish your hook as a package on [https://pub.dev](https://pub.dev).\n\n* A hook will not be merged unles fully tested, to avoid breaking it inadvertendly in the future.\n  \n## Stargazers\n\n[![Stargazers repo roster for @DevsOnFlutter/path_animator](https://reporoster.com/stars/dark/DevsOnFlutter/path_animator)](https://github.com/DevsOnFlutter/path_animator/stargazers)\n\n## Forkers\n\n[![Forkers repo roster for @DevsOnFlutter/path_animator](https://reporoster.com/forks/dark/DevsOnFlutter/path_animator)](https://github.com/DevsOnFlutter/path_animator/network/members)\n\n## Copyright \u0026 License\n\nCode and documentation Copyright (c) 2021 [DevsOnFlutter](https://github.com/DevsOnFlutter). Code released under the [BSD 3-Clause License](./LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevsOnFlutter%2Fpath_animator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevsOnFlutter%2Fpath_animator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevsOnFlutter%2Fpath_animator/lists"}