{"id":32303921,"url":"https://github.com/100lvlmaster/stacked_page_view","last_synced_at":"2026-02-21T07:39:58.685Z","repository":{"id":49449032,"uuid":"321024512","full_name":"100lvlmaster/stacked_page_view","owner":"100lvlmaster","description":"Flutter plugin to render stacked page view","archived":false,"fork":false,"pushed_at":"2021-06-17T10:40:41.000Z","size":89,"stargazers_count":13,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-23T06:21:12.683Z","etag":null,"topics":["carousel","carousel-component","dart","flutter","stacked-page"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/stacked_page_view","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/100lvlmaster.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":"2020-12-13T09:07:21.000Z","updated_at":"2023-11-24T08:16:46.000Z","dependencies_parsed_at":"2022-08-28T23:30:49.843Z","dependency_job_id":null,"html_url":"https://github.com/100lvlmaster/stacked_page_view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/100lvlmaster/stacked_page_view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100lvlmaster%2Fstacked_page_view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100lvlmaster%2Fstacked_page_view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100lvlmaster%2Fstacked_page_view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100lvlmaster%2Fstacked_page_view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/100lvlmaster","download_url":"https://codeload.github.com/100lvlmaster/stacked_page_view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/100lvlmaster%2Fstacked_page_view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29676833,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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","dart","flutter","stacked-page"],"created_at":"2025-10-23T06:13:11.276Z","updated_at":"2026-02-21T07:39:58.680Z","avatar_url":"https://github.com/100lvlmaster.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stacked Page View!\n\n![flutter](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge\u0026logo=flutter\u0026logoColor=white)\n![dart](https://img.shields.io/badge/Dart-0175C2?style=for-the-badge\u0026logo=dart\u0026logoColor=white)\n\n### [pub.dev/stacked_page_view](https://pub.dev/packages/stacked_page_view)\n\nHi! This package will create stacked page view in your flutter app.\nit's as **lightweight** as it can get⚡⚡ .\n\n- Just wrap it between your PageView builder and the iterable children like the code below.\n\n```dart\nPageView.builder(\n        itemCount: 10,\n        scrollDirection: Axis.vertical,\n        controller: pageController,\n        itemBuilder: (context, index) {\n          return StackPageView(\n            controller: pageController,\n            index: index,\n            child: Container(\n              color: (colors..shuffle()).first,\n              child: Center(\n                child: Text(\n                  '$index',\n                  style: TextStyle(\n                    color: Colors.white,\n                    fontSize: 25,\n                  ),\n                ),\n              ),\n            ),\n          );\n        },\n      )\n```\n\n![example gif](https://media.giphy.com/media/SanwUb4qh2h8RmOTRH/giphy.gif)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100lvlmaster%2Fstacked_page_view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F100lvlmaster%2Fstacked_page_view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F100lvlmaster%2Fstacked_page_view/lists"}