{"id":28471829,"url":"https://github.com/crazecoder/material_load_scrollview","last_synced_at":"2026-04-18T19:33:01.806Z","repository":{"id":56834499,"uuid":"159113002","full_name":"crazecoder/material_load_scrollview","owner":"crazecoder","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-28T02:42:54.000Z","size":4858,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T07:38:44.781Z","etag":null,"topics":["flutter","flutter-widget","loadmore","loadmoreandrefresh","refresh"],"latest_commit_sha":null,"homepage":null,"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/crazecoder.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":"2018-11-26T04:55:30.000Z","updated_at":"2019-08-21T02:30:13.000Z","dependencies_parsed_at":"2022-09-09T18:00:30.155Z","dependency_job_id":null,"html_url":"https://github.com/crazecoder/material_load_scrollview","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/crazecoder/material_load_scrollview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazecoder%2Fmaterial_load_scrollview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazecoder%2Fmaterial_load_scrollview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazecoder%2Fmaterial_load_scrollview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazecoder%2Fmaterial_load_scrollview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crazecoder","download_url":"https://codeload.github.com/crazecoder/material_load_scrollview/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crazecoder%2Fmaterial_load_scrollview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: 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":["flutter","flutter-widget","loadmore","loadmoreandrefresh","refresh"],"created_at":"2025-06-07T11:08:59.100Z","updated_at":"2026-04-18T19:33:01.770Z","avatar_url":"https://github.com/crazecoder.png","language":"Dart","readme":"# material_load_scrollview\n[![pub package](https://img.shields.io/pub/v/material_load_scrollview.svg)](https://pub.dartlang.org/packages/material_load_scrollview)\n\nA widget that make the ScrollView to be push to load data,and click to refresh data,support custom footer,Theoretically compatible with all Scrollable Widgets.\n\n![Screenshot](https://raw.githubusercontent.com/crazecoder/material_load_scrollview/07e54df4d9c2cf07bdfbb50ffc9cad404ca352dd/screenshots/view.gif)\n\n## Getting Started\n\nIn your pubspec.yaml:\n\n```yaml\ndependencies:\n  material_load_scrollview: lastVersion\n```\n\n```dart\nimport 'package:material_load_scrollview/material_load_scrollview.dart';\n```\n\n```dart\nMaterialLoadScrollView(\n          key: _key, //necessary for resetLoadStatus\n          onRefresh: () {\n          },\n          onLoadMore: () {\n          },\n          child: ListView.builder(\n            controller: ScrollController(), //necessary for scroll to top when onRefresh\n            itemCount: _page * _itemCount,\n            itemBuilder: (_, _i) =\u003e Container(\n                  margin: EdgeInsets.only(bottom: 8.0),\n                  color: Colors.white,\n                  padding: EdgeInsets.all(8.0),\n                  child: Text(\"$_i\"),\n                ),\n          ),\n        );\n\n_key.currentState.reset();\n```\n# Thanks\n[QuirijnGB / lazy-load-scrollview](https://github.com/QuirijnGB/lazy-load-scrollview)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazecoder%2Fmaterial_load_scrollview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrazecoder%2Fmaterial_load_scrollview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrazecoder%2Fmaterial_load_scrollview/lists"}