{"id":14971533,"url":"https://github.com/mostafa-wael/wormy_effect_button","last_synced_at":"2025-10-26T16:30:46.865Z","repository":{"id":59150179,"uuid":"463973716","full_name":"Mostafa-wael/wormy_effect_button","owner":"Mostafa-wael","description":"Flutter Package that helps you create draggable widgets with wormy effect","archived":false,"fork":false,"pushed_at":"2022-03-04T11:57:34.000Z","size":208,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T21:11:32.243Z","etag":null,"topics":["dart","draggable","flutter","open-source","package","pubdev"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/wormy_effect_button","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mostafa-wael.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}},"created_at":"2022-02-26T21:41:56.000Z","updated_at":"2024-03-07T14:51:57.000Z","dependencies_parsed_at":"2022-09-13T10:50:15.422Z","dependency_job_id":null,"html_url":"https://github.com/Mostafa-wael/wormy_effect_button","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/Mostafa-wael%2Fwormy_effect_button","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-wael%2Fwormy_effect_button/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-wael%2Fwormy_effect_button/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mostafa-wael%2Fwormy_effect_button/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mostafa-wael","download_url":"https://codeload.github.com/Mostafa-wael/wormy_effect_button/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238366732,"owners_count":19460173,"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":["dart","draggable","flutter","open-source","package","pubdev"],"created_at":"2024-09-24T13:45:20.548Z","updated_at":"2025-10-26T16:30:46.406Z","avatar_url":"https://github.com/Mostafa-wael.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WormyEffectButton\n\u003cimg src=\"logo.png\" alt=\"drawing\" width=\"200\"/\u003e\n\n[![pub package](https://img.shields.io/pub/v/wormy_effect_button.svg)](https://pub.dev/packages/wormy_effect_button)\n[![pub points](https://badges.bar/wormy_effect_button/pub%20points)](https://pub.dev/packages/wormy_effect_button/score)\n[![popularity](https://badges.bar/wormy_effect_button/popularity)](https://pub.dev/packages/wormy_effect_button/score)\n\n## Platform Support\n\n| Android | iOS | MacOS | Web | Linux | Windows |\n| :-----: | :-: | :---: | :-: | :---: | :-----: |\n|   ✔️    | ✔️  |  ✔️   | ✔️  |  ✔️   |   ✔️    |\n\n## Features\n\nThis Package helps you to create draggable widgets with wormy effect\n\n## Demo\nhttps://user-images.githubusercontent.com/56788883/156225318-facc0430-1178-4f6b-86c8-02bdc869c8c3.mp4\n\n## Getting started\n\nYou should ensure that you add the dependency in your flutter project.\n```yaml\ndependencies:\n  wormy_effect_button: \"^0.0.4\"\n```\n## Usage\n\n```dart\nimport 'package:wormy_effect_button/wormy_effect_button.dart';\nWormyEffectButton(\n        onPressed: _incrementCounter, // the onPressed function\n        initialOffset: const Offset(340, 610), // the initial offset of the button\n        holdPosition: false, // indicates whether the button will return back to its initial offset or not\n        hideUnderlying: false, // hide the underlying widgets in the static condition\n        curve: Curves.fastLinearToSlowEaseIn, // the way that the widgets animates\n        motionDelay: 400, // the delay between the movement of the underlying widgets\n        children: [ // the underlying widgets that will be animated\n          Container(\n            width: 50,\n            height: 50,\n            child: const Icon(Icons.camera),\n            decoration:\n                const BoxDecoration(color: Colors.blue, shape: BoxShape.circle),\n          ),\n          Container(\n            width: 50,\n            height: 50,\n            child: const Icon(Icons.camera),\n            decoration:\n                const BoxDecoration(color: Colors.red, shape: BoxShape.circle),\n          ),\n        ],\n      ),\n    );\n```\n\n## Additional information\n\nMore information about how to contribute will be available soon!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafa-wael%2Fwormy_effect_button","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostafa-wael%2Fwormy_effect_button","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostafa-wael%2Fwormy_effect_button/lists"}