{"id":29067118,"url":"https://github.com/mttankkeo/flutter_touch_scale","last_synced_at":"2026-04-22T23:35:04.610Z","repository":{"id":298124023,"uuid":"998812271","full_name":"MTtankkeo/flutter_touch_scale","owner":"MTtankkeo","description":"This Flutter package delivers clear visual feedback through scale animations on user touch interactions.","archived":false,"fork":false,"pushed_at":"2025-08-16T19:11:23.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T02:52:25.226Z","etag":null,"topics":["flutter","touch-feedback"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_touch_scale","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/MTtankkeo.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,"zenodo":null}},"created_at":"2025-06-09T09:39:31.000Z","updated_at":"2025-08-16T19:11:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5a931aa-7ee5-4aaa-b60a-31bccdc64108","html_url":"https://github.com/MTtankkeo/flutter_touch_scale","commit_stats":null,"previous_names":["mttankkeo/flutter_touch_scale"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MTtankkeo/flutter_touch_scale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTtankkeo%2Fflutter_touch_scale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTtankkeo%2Fflutter_touch_scale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTtankkeo%2Fflutter_touch_scale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTtankkeo%2Fflutter_touch_scale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MTtankkeo","download_url":"https://codeload.github.com/MTtankkeo/flutter_touch_scale/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MTtankkeo%2Fflutter_touch_scale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32159959,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["flutter","touch-feedback"],"created_at":"2025-06-27T10:30:44.525Z","updated_at":"2026-04-22T23:35:04.597Z","avatar_url":"https://github.com/MTtankkeo.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\r\nThis Flutter package delivers clear visual feedback through scale animations on user touch interactions.\r\n\r\n\u003e See Also, If you want the change-log by version for this package. refer to [Change Log](CHANGELOG.md) for details.\r\n\r\n## Preview\r\nThe gif image below may appear distorted and choppy due to compression.\r\n\r\n![preview](https://github.com/user-attachments/assets/87a0a39e-0c51-4bbd-96d9-a24307bfdf29)\r\n\r\n## Usage\r\nThe following explains the basic usage of this package.\r\n\r\n```dart\r\nTouchScale(\r\n  onPress: () =\u003e print(\"Hello, World!\"),\r\n  child: ... // \u003c- this your widget\r\n)\r\n```\r\n\r\n### How to define the style globally.\r\nTouchScaleStyle defines the style of its descendant touch scale widgets, similar to how PrimaryScrollController defines the controller for its descendant widgets.\r\n\r\n```dart\r\nTouchScaleStyle(\r\n  scale: 1.1,\r\n  child: ...\r\n)\r\n```\r\n\r\n## The Properties of TouchScaleCallPhase\r\nThe enumeration that defines the phase in which a touch scale callback is triggered.\r\n\r\n| Name | Description |\r\n| ---- | ----------- |\r\n| onAccepted | Sets the phase when the gesture is accepted, regardless of whether the animation starts. |\r\n| onScaleDownEnd | Sets the phase when the scale-down animation has completed. |\r\n| onScaleUpEnd | Sets the phase when the scale-up animation has completed. |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmttankkeo%2Fflutter_touch_scale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmttankkeo%2Fflutter_touch_scale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmttankkeo%2Fflutter_touch_scale/lists"}