{"id":32284776,"url":"https://github.com/paadevelopments/m3_carousel","last_synced_at":"2026-02-22T01:37:03.916Z","repository":{"id":211814400,"uuid":"729995820","full_name":"paadevelopments/m3_carousel","owner":"paadevelopments","description":"A flutter implementation of the Material Design 3 carousel (https://m3.material.io/components/carousel/overview).","archived":false,"fork":false,"pushed_at":"2025-10-02T00:22:03.000Z","size":9236,"stargazers_count":11,"open_issues_count":0,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T01:16:44.406Z","etag":null,"topics":["carousel","carousel-component","design","flutter","material","material-design","material-ui","ui-components"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/m3_carousel","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/paadevelopments.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-12-11T00:54:55.000Z","updated_at":"2025-10-02T00:22:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c9f8802-85a6-4ea0-a0ab-b7fed340ef00","html_url":"https://github.com/paadevelopments/m3_carousel","commit_stats":null,"previous_names":["paadevelopments/m3_carousel"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/paadevelopments/m3_carousel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fm3_carousel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fm3_carousel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fm3_carousel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fm3_carousel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paadevelopments","download_url":"https://codeload.github.com/paadevelopments/m3_carousel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paadevelopments%2Fm3_carousel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"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":["carousel","carousel-component","design","flutter","material","material-design","material-ui","ui-components"],"created_at":"2025-10-23T01:36:47.489Z","updated_at":"2026-02-22T01:37:03.910Z","avatar_url":"https://github.com/paadevelopments.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# M3_Carousel\nA flutter implementation of the [Material Design 3 carousel](https://m3.material.io/components/carousel/overview).\nBuilt on the [`CarouselView`](https://github.com/flutter/flutter/blob/7e87f1f5bb5cdafa1efa1600d48b9e0a41dc4af1/packages/flutter/lib/src/material/carousel.dart).\n\n## Feature Highlights\n- Hero carousel with support for \"left\", \"center\" and \"right\" alignments.  \n  ![](https://raw.githubusercontent.com/paadevelopments/m3_carousel/main/extras/hero.gif)\n\n- Contained carousel. Extended view inclusive.  \n  ![](https://raw.githubusercontent.com/paadevelopments/m3_carousel/main/extras/contained.gif)\n\n- Uncontained carousel.  \n  ![](https://raw.githubusercontent.com/paadevelopments/m3_carousel/main/extras/uncontained.gif)\n\n## Installing\nIn your pubspec.yaml\n```yaml\ndependencies:\n  m3_carousel: ^2.1.0 # requires Dart =\u003e ^3.0.5\n```\n\n## Usage\n```dart\nimport \"package:m3_carousel/m3_carousel.dart\";\n\nM3Carousel(\n    type: CarouselType.hero,\n    heroAlignment: HeroAlignment.center,\n    onTap: (int tapIndex) =\u003e log(tapIndex.toString()),\n    children: List\u003cWidget\u003e.generate(10, (int index) {\n        return ColoredBox(\n            color: Colors.primaries[index % Colors.primaries.length].withOpacity(0.8),\n            child: const SizedBox.expand(),\n        );\n    }),\n),\n```\nSee [example/lib/main.dart](https://github.com/paadevelopments/m3_carousel/blob/main/example/lib/main.dart)\nfor complete examples.\n\n## Reference\nUse of `CarouselView` is govern by the [`Flutter Authors LICENSE`](https://github.com/flutter/flutter/blob/7e87f1f5bb5cdafa1efa1600d48b9e0a41dc4af1/LICENSE)\n\n## License\nMIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaadevelopments%2Fm3_carousel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaadevelopments%2Fm3_carousel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaadevelopments%2Fm3_carousel/lists"}