{"id":15505849,"url":"https://github.com/mbixjkee/sliver_spinner","last_synced_at":"2026-02-28T08:32:30.627Z","repository":{"id":56839711,"uuid":"423107475","full_name":"MbIXjkee/sliver_spinner","owner":"MbIXjkee","description":"Simple sliver that spin when moving out from leading edge of viewport.","archived":false,"fork":false,"pushed_at":"2023-06-17T11:13:40.000Z","size":96,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T01:53:41.685Z","etag":null,"topics":["flutter","sliver","ui"],"latest_commit_sha":null,"homepage":"","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/MbIXjkee.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-10-31T09:46:00.000Z","updated_at":"2024-06-06T19:32:34.000Z","dependencies_parsed_at":"2025-03-04T20:31:38.935Z","dependency_job_id":"c92ab874-3e27-4dd8-8814-7f5ac2021e99","html_url":"https://github.com/MbIXjkee/sliver_spinner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MbIXjkee%2Fsliver_spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MbIXjkee%2Fsliver_spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MbIXjkee%2Fsliver_spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MbIXjkee%2Fsliver_spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MbIXjkee","download_url":"https://codeload.github.com/MbIXjkee/sliver_spinner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250354301,"owners_count":21416751,"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":["flutter","sliver","ui"],"created_at":"2024-10-02T09:24:42.029Z","updated_at":"2026-02-28T08:32:30.582Z","avatar_url":"https://github.com/MbIXjkee.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sliver-spinner\n\n\u003cimg src=\"https://i.ibb.co/CzMg8Wh/sliver-spinner.gif\" width=\"200\" alt=\"Sliver-spinner-demo\"\u003e\n\n## Description\n\nSimple sliver that spin when moving out from leading edge of viewport.\n\n## How to use\n\nFor using you have to place this widget in scrollable area. It may look like:\n\n```dart\nclass DemoScreen extends StatelessWidget {\n  static const urls = \u003cString\u003e[\n    'https://www.stockvault.net/data/2018/12/30/258501/preview16.jpg',\n    'https://www.stockvault.net/data/2010/10/01/115175/preview16.jpg',\n    'https://www.stockvault.net/data/2011/04/18/122242/preview16.jpg',\n    'https://www.stockvault.net/data/2014/03/26/155336/preview16.jpg',\n    'https://www.stockvault.net/data/2018/12/30/258501/preview16.jpg',\n    'https://www.stockvault.net/data/2010/10/01/115175/preview16.jpg',\n    'https://www.stockvault.net/data/2011/04/18/122242/preview16.jpg',\n    'https://www.stockvault.net/data/2014/03/26/155336/preview16.jpg',\n    'https://www.stockvault.net/data/2018/12/30/258501/preview16.jpg',\n    'https://www.stockvault.net/data/2010/10/01/115175/preview16.jpg',\n    'https://www.stockvault.net/data/2011/04/18/122242/preview16.jpg',\n    'https://www.stockvault.net/data/2014/03/26/155336/preview16.jpg',\n  ];\n\n  const DemoScreen({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: CustomScrollView(\n        slivers: urls\n            .map(\n              (url) =\u003e\n              Spinner(\n                child: ClipRRect(\n                  borderRadius: BorderRadius.circular(20),\n                  child: Image.network(\n                    url,\n                    fit: BoxFit.cover,\n                    height: 300,\n                  ),\n                ),\n              ),\n            )\n            .toList(),\n      ),\n    );\n  }\n}\n```\n\n## Maintainer\n\n[Mikhail Zotyev](https://github.com/MbIXjkee)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbixjkee%2Fsliver_spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbixjkee%2Fsliver_spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbixjkee%2Fsliver_spinner/lists"}