{"id":32307576,"url":"https://github.com/maopy/flutter-clip-shadow","last_synced_at":"2025-10-23T07:20:00.644Z","repository":{"id":49098474,"uuid":"188798617","full_name":"Maopy/flutter-clip-shadow","owner":"Maopy","description":"A shadow cast by a clipped box. Support all BoxShadow class properties!","archived":true,"fork":false,"pushed_at":"2021-06-29T02:32:05.000Z","size":3345,"stargazers_count":8,"open_issues_count":1,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T23:03:41.166Z","etag":null,"topics":["flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/clip_shadow","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/Maopy.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":"2019-05-27T08:01:25.000Z","updated_at":"2023-02-27T11:39:57.000Z","dependencies_parsed_at":"2022-09-12T06:11:29.498Z","dependency_job_id":null,"html_url":"https://github.com/Maopy/flutter-clip-shadow","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Maopy/flutter-clip-shadow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maopy%2Fflutter-clip-shadow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maopy%2Fflutter-clip-shadow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maopy%2Fflutter-clip-shadow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maopy%2Fflutter-clip-shadow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Maopy","download_url":"https://codeload.github.com/Maopy/flutter-clip-shadow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Maopy%2Fflutter-clip-shadow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280579013,"owners_count":26354449,"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","status":"online","status_checked_at":"2025-10-23T02:00:06.710Z","response_time":142,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"],"created_at":"2025-10-23T07:19:57.600Z","updated_at":"2025-10-23T07:20:00.629Z","avatar_url":"https://github.com/Maopy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clip_shadow\n\n[![pub package](https://img.shields.io/pub/v/clip_shadow.svg)](https://pub.dartlang.org/packages/clip_shadow)\n\nPaint clip widgets with shadows.\n\n## Getting Started\n\n### Add dependency to pubspec.yaml\n\n```yaml\n[...]\ndependencies:\n  clip_shadow: any\n[...]\n```\n\n### Install the package using Terminal\n\n```bash\n$ flutter packages get\n```\n\nAlternatively, your editor might support flutter packages get. Check the docs for your editor to learn more.\n\n### import\n\n```dart\nimport 'package:clip_shadow/clip_shadow.dart';\n```\n\n```dart\nnew ClipShadow(\n  clipper: CustomClipper(...)\n  boxShadow: [\n    new BoxShadow(...)\n  ]\n  child: new Container(...)\n)\n```\n\nFor help getting started with Flutter, view our online [documentation](https://flutter.io/).\n\nFor help on editing package code, view the [documentation](https://flutter.io/developing-packages/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaopy%2Fflutter-clip-shadow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaopy%2Fflutter-clip-shadow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaopy%2Fflutter-clip-shadow/lists"}