{"id":20026798,"url":"https://github.com/presswink/flutter_touch_ripple_effect","last_synced_at":"2025-05-05T02:31:28.247Z","repository":{"id":45094326,"uuid":"331831144","full_name":"presswink/flutter_touch_ripple_effect","owner":"presswink","description":"A ripple effect package for Flutter widget","archived":false,"fork":false,"pushed_at":"2025-03-05T06:24:57.000Z","size":371,"stargazers_count":4,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T15:49:43.764Z","etag":null,"topics":["dart","dart-package","dartlang","flutter","flutter-package","flutter-widget","flutterpackage"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/presswink.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-01-22T03:57:41.000Z","updated_at":"2025-03-05T06:23:27.000Z","dependencies_parsed_at":"2024-11-04T18:24:52.232Z","dependency_job_id":"bac4fcf4-3f36-46ce-96f4-79bfc21d0be6","html_url":"https://github.com/presswink/flutter_touch_ripple_effect","commit_stats":null,"previous_names":["presswink/flutter_touch_ripple_effect"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Fflutter_touch_ripple_effect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Fflutter_touch_ripple_effect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Fflutter_touch_ripple_effect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/presswink%2Fflutter_touch_ripple_effect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/presswink","download_url":"https://codeload.github.com/presswink/flutter_touch_ripple_effect/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252427869,"owners_count":21746289,"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","dart-package","dartlang","flutter","flutter-package","flutter-widget","flutterpackage"],"created_at":"2024-11-13T09:08:02.261Z","updated_at":"2025-05-05T02:31:28.232Z","avatar_url":"https://github.com/presswink.png","language":"C","readme":"# touch_ripple_effect\n\nA new flutter package for any flutter widgets to add touch ripple effect and touch feedback.\n\n## find package on [pub.dev](https://pub.dev/packages?q=touch_ripple_effect)\n\n## demo of TouchRippleEffect Widget in search icon Button\n\n![TouchRippleEffect](./screenshots/touch_ripple_effect.gif)\n\n## demo of TouchFeedback Widget in Hit me button\n\n![TouchRippleEffect](./screenshots/touch_feedback.gif)\n\n## Getting Started\n\n1 ) open pubspec.yaml file in project dir and write [touch_ripple_effect:](https://github.com/Adityapanther/flutter-touch-ripple-effect) at below cupertino_icons.\n\npubspec.yaml:\n\n```bash\ntouch_ripple_effect: 2.5.3\n```\n\n2 ) open command prompt in project dir and run\n\nCommand Line:\n\n```bash\nflutter pub get\n```\n\n## properties of TouchRippleEffect Widget\n\n| properties      | details                                                                    | default value    | required |\n|-----------------|----------------------------------------------------------------------------|------------------|----------|\n| width           | TouchRippleEffect widget width size                                        | null             | false    |\n| height          | TouchRippleEffect widget height size                                       | null             | false    |\n| child           | child widget in which you want to apply Touch Ripple effect                | null             | true     |\n| rippleColor     | color that's you want to see as a ripple effect                            | null             | true     |\n| onTap           | Listen onTap or click of child Widget  (note: either onTap or onLongPress) | null             | false    |\n| awaitAnimation  | Await the animation to complete onTap                                      | true             | false    |\n| rippleDuration  | how much time take to display ripple effect                                | 300 milliseconds | false    |\n| backgroundColor | background color of TouchRippleEffect                                      | transparent      | false    |\n| borderRadius    | border radius of TouchRippleEffect widget                                  | null             | false    |\n| shadow          | add shadow to ripple widget                                                | null             | false    |\n| onLongPress     | will handle widget long press (note: either onTap or onLongPress)          | null             | false    |\n\n## properties of TouchFeedback Widget\n\n| properties       | details                                                     | default value    | required |\n|------------------|-------------------------------------------------------------|------------------|----------|\n| child            | child widget in which you want to apply Touch Ripple effect | null             | true     |\n| rippleColor      | color that's you want to see as a ripple effect             | null             | true     |\n| onTap            | Listen onTap or click of child Widget                       | null             | false    |\n| feedbackDuration | how much time take to display ripple effect                 | 300 milliseconds | false    |\n| backgroundColor  | background color of TouchRippleEffect                       | transparent      | false    |\n| borderRadius     | border radius of TouchRippleEffect widget                   | null             | false    |\n\n## Contributor\n[@Adityapanther](https://github.com/Adityapanther/)\n[@matejhocevar](https://github.com/matejhocevar)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresswink%2Fflutter_touch_ripple_effect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpresswink%2Fflutter_touch_ripple_effect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpresswink%2Fflutter_touch_ripple_effect/lists"}