{"id":22771517,"url":"https://github.com/nivisi/iosish_shaker","last_synced_at":"2026-05-07T11:34:08.163Z","repository":{"id":65385071,"uuid":"591402405","full_name":"nivisi/iosish_shaker","owner":"nivisi","description":"🍸 A widget that allows you to shake your widgets, just like the pin on iOS is shaked on incorrect input.","archived":false,"fork":false,"pushed_at":"2023-01-20T17:59:13.000Z","size":487,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-05T13:51:24.089Z","etag":null,"topics":["animation","cupertino","dart","flutter","flutter-widget","ios","package","plugin","shake"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/iosish_shaker","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nivisi.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":"2023-01-20T17:08:58.000Z","updated_at":"2023-10-10T08:11:55.000Z","dependencies_parsed_at":"2023-02-12T04:01:11.981Z","dependency_job_id":null,"html_url":"https://github.com/nivisi/iosish_shaker","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/nivisi%2Fiosish_shaker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivisi%2Fiosish_shaker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivisi%2Fiosish_shaker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nivisi%2Fiosish_shaker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nivisi","download_url":"https://codeload.github.com/nivisi/iosish_shaker/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246314149,"owners_count":20757463,"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":["animation","cupertino","dart","flutter","flutter-widget","ios","package","plugin","shake"],"created_at":"2024-12-11T16:14:05.050Z","updated_at":"2026-05-07T11:34:03.136Z","avatar_url":"https://github.com/nivisi.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iosish_shaker [![pub version][pub-version-img]][pub-version-url]\n\n🍸 A widget that allows you to shake your widgets, just like the pin on iOS is shaked on incorrect input.\n\n\u003cimg height=\"550\" width=\"300\" src=\"gif/example.gif\" alt=\"Example\" title=\"Example\"\u003e\n\n## Why?\n\nI use this exact animation pretty often. So instead of recreating it every time, I decided to move it to a separate package.\n\n## How to use\n\n### Install it:\n\n```\ndependencies:\n  iosish_shaker: ^1.0.0\n```\n\n### Example\n\n#### Create a controller\n```dart\nfinal controller = ShakerController();\n```\n\n#### Use the shaker widget\n```dart\nreturn Shaker(\n  controller: controller,\n  child: child,\n);\n```\n\n#### Shake, shake, shake! \n```dart\nawait controller.shake();\n\n// The future is released when the animation is completed.\n// So you can perform some action right after if you want to.\n```\n\n\u003c!-- References --\u003e\n[pub-version-img]: https://img.shields.io/badge/pub-v1.0.0-0175c2?logo=flutter\n[pub-version-url]: https://pub.dev/packages/iosish_shaker\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnivisi%2Fiosish_shaker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnivisi%2Fiosish_shaker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnivisi%2Fiosish_shaker/lists"}