{"id":32284565,"url":"https://github.com/santa112358/dynamic_height_grid_view","last_synced_at":"2026-02-22T03:40:57.305Z","repository":{"id":50467902,"uuid":"441093424","full_name":"santa112358/dynamic_height_grid_view","owner":"santa112358","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-16T07:05:03.000Z","size":114,"stargazers_count":14,"open_issues_count":2,"forks_count":12,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T01:32:57.223Z","etag":null,"topics":["gridview"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/dynamic_height_grid_view","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/santa112358.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":"2021-12-23T07:06:03.000Z","updated_at":"2025-06-17T07:10:14.000Z","dependencies_parsed_at":"2022-08-19T17:40:33.988Z","dependency_job_id":null,"html_url":"https://github.com/santa112358/dynamic_height_grid_view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/santa112358/dynamic_height_grid_view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santa112358%2Fdynamic_height_grid_view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santa112358%2Fdynamic_height_grid_view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santa112358%2Fdynamic_height_grid_view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santa112358%2Fdynamic_height_grid_view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/santa112358","download_url":"https://codeload.github.com/santa112358/dynamic_height_grid_view/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/santa112358%2Fdynamic_height_grid_view/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280546393,"owners_count":26348720,"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-22T02:00:06.515Z","response_time":63,"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":["gridview"],"created_at":"2025-10-23T01:33:06.116Z","updated_at":"2025-10-23T01:33:08.058Z","avatar_url":"https://github.com/santa112358.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dynamic_height_grid_view\n\n[![pub package](https://img.shields.io/pub/v/dynamic_height_grid_view.svg)](https://pub.dev/packages/dynamic_height_grid_view) \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-purple.svg\" alt=\"License: MIT\"\u003e\u003c/a\u003e\n\nGridView with dynamic height. No need to use aspectRatio.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/43510799/147405929-92e43203-5f52-48de-8fb9-fed1c7475db4.gif\" width=270\u003e\n\n## Usage\n\n```dart\nclass MyHomePage extends StatelessWidget {\n  const MyHomePage({Key? key}) : super(key: key);\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      body: DynamicHeightGridView(\n        itemCount: 120,\n        crossAxisCount: 3,\n        crossAxisSpacing: 10,\n        mainAxisSpacing: 10,\n        builder: (ctx, index) {\n          /// return your widget here.\n        }\n      ),\n    );\n  }\n}\n```\n\n- Use `SliverDynamicHeightGridView` for CustomScrollView\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanta112358%2Fdynamic_height_grid_view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanta112358%2Fdynamic_height_grid_view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanta112358%2Fdynamic_height_grid_view/lists"}