{"id":16558060,"url":"https://github.com/shiburagi/coordinator-layout---flutter","last_synced_at":"2025-08-22T12:09:59.969Z","repository":{"id":133449735,"uuid":"264548996","full_name":"shiburagi/Coordinator-Layout---Flutter","owner":"shiburagi","description":"a Library contains widget/layout to handle collapsing header behavio","archived":false,"fork":false,"pushed_at":"2024-03-08T11:04:31.000Z","size":482,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T23:26:38.502Z","etag":null,"topics":["appbar","coordinatorlayout","header"],"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/shiburagi.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":"2020-05-16T23:46:55.000Z","updated_at":"2024-06-27T02:03:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2bf48973-69ce-4efc-bdb4-82d6abd595f1","html_url":"https://github.com/shiburagi/Coordinator-Layout---Flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shiburagi/Coordinator-Layout---Flutter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiburagi%2FCoordinator-Layout---Flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiburagi%2FCoordinator-Layout---Flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiburagi%2FCoordinator-Layout---Flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiburagi%2FCoordinator-Layout---Flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiburagi","download_url":"https://codeload.github.com/shiburagi/Coordinator-Layout---Flutter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiburagi%2FCoordinator-Layout---Flutter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271636017,"owners_count":24794144,"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-08-22T02:00:08.480Z","response_time":65,"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":["appbar","coordinatorlayout","header"],"created_at":"2024-10-11T20:09:29.666Z","updated_at":"2025-08-22T12:09:59.923Z","avatar_url":"https://github.com/shiburagi.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coordinator_layout\n\n[![pub package](https://img.shields.io/pub/v/coordinator_layout.svg)](https://pub.dartlang.org/packages/coordinator_layout)\n\na Library contains widget/layout to handle collapsing header behavior\n\n![Alt Text](https://raw.githubusercontent.com/shiburagi/Coordinator-Layout/master/preview/gif1.gif)\n\n\n## Example\n```dart\nCoordinatorLayout(\n    headerMaxHeight: 200,\n    headerMinHeight: kToolbarHeight + MediaQuery.of(context).padding.top,\n    headers: [\n        SliverCollapsingHeader(\n            builder: (context, offset, diff) {\n                return ...;\n            },\n        ),\n    ],\n    body: Container(height: null, child: buildBody(context)),\n),\n```\n\n#### Fit content\n\n```dart\nCoordinatorLayout(\n    headerMaxHeight: 200,\n    headerMinHeight: kToolbarHeight + MediaQuery.of(context).padding.top,\n    header:[ \n        Builder(builder: (context) {\n            return SliverOverlapAbsorber(\n            handle: NestedScrollView.sliverOverlapAbsorberHandleFor(context),\n            sliver: SliverSafeArea(\n                top: false,\n                sliver: SliverCollapsingHeader(\n                builder: (context, offset, diff) {\n                    return ...;\n                },\n                ),\n            ),\n            );\n        }),\n    ],\n    body: Container(height: null, child: buildBody(context)),\n),\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiburagi%2Fcoordinator-layout---flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiburagi%2Fcoordinator-layout---flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiburagi%2Fcoordinator-layout---flutter/lists"}