{"id":13470828,"url":"https://github.com/hnvn/flutter_shimmer","last_synced_at":"2025-05-14T18:03:46.299Z","repository":{"id":37821922,"uuid":"136297673","full_name":"hnvn/flutter_shimmer","owner":"hnvn","description":"A package provides an easy way to add shimmer effect in Flutter project","archived":false,"fork":false,"pushed_at":"2023-12-28T06:22:01.000Z","size":2258,"stargazers_count":1823,"open_issues_count":39,"forks_count":204,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-13T10:54:55.949Z","etag":null,"topics":["animation","dart","flutter","loading"],"latest_commit_sha":null,"homepage":"","language":"C++","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/hnvn.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}},"created_at":"2018-06-06T08:29:18.000Z","updated_at":"2025-04-11T14:51:09.000Z","dependencies_parsed_at":"2022-07-14T03:50:34.932Z","dependency_job_id":"e82b09a3-06e3-4a7a-a2b0-10c8589e0b37","html_url":"https://github.com/hnvn/flutter_shimmer","commit_stats":{"total_commits":37,"total_committers":8,"mean_commits":4.625,"dds":0.3783783783783784,"last_synced_commit":"b341e69d42036e97220efb22b17c57e6f226b720"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnvn%2Fflutter_shimmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnvn%2Fflutter_shimmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnvn%2Fflutter_shimmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnvn%2Fflutter_shimmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hnvn","download_url":"https://codeload.github.com/hnvn/flutter_shimmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254198452,"owners_count":22030964,"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","dart","flutter","loading"],"created_at":"2024-07-31T16:00:36.351Z","updated_at":"2025-05-14T18:03:41.290Z","avatar_url":"https://github.com/hnvn.png","language":"C++","funding_links":[],"categories":["C++","组件","Dart","UI [🔝](#readme)","Components"],"sub_categories":["UI"],"readme":"# Shimmer\n\n[![pub package](https://img.shields.io/pub/v/shimmer.svg)](https://pub.dartlang.org/packages/shimmer) ![](https://github.com/hnvn/flutter_shimmer/workflows/unit%20test/badge.svg)\n\nA package provides an easy way to add shimmer effect in Flutter project\n\n\u003cp\u003e\n    \u003cimg src=\"https://github.com/hnvn/flutter_shimmer/blob/master/screenshots/loading_list.gif?raw=true\"/\u003e\n    \u003cimg src=\"https://github.com/hnvn/flutter_shimmer/blob/master/screenshots/slide_to_unlock.gif?raw=true\"/\u003e\n\u003c/p\u003e\n\n## How to use\n\n```dart\nimport 'package:shimmer/shimmer.dart';\n\n```\n\n```dart\nSizedBox(\n  width: 200.0,\n  height: 100.0,\n  child: Shimmer.fromColors(\n    baseColor: Colors.red,\n    highlightColor: Colors.yellow,\n    child: Text(\n      'Shimmer',\n      textAlign: TextAlign.center,\n      style: TextStyle(\n        fontSize: 40.0,\n        fontWeight:\n        FontWeight.bold,\n      ),\n    ),\n  ),\n);\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhnvn%2Fflutter_shimmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhnvn%2Fflutter_shimmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhnvn%2Fflutter_shimmer/lists"}