{"id":13790143,"url":"https://github.com/octomato/preload_page_view","last_synced_at":"2025-10-23T08:07:29.589Z","repository":{"id":34076948,"uuid":"168924121","full_name":"octomato/preload_page_view","owner":"octomato","description":"Flutter pre-load PageView widget","archived":false,"fork":false,"pushed_at":"2023-09-27T11:33:21.000Z","size":110,"stargazers_count":170,"open_issues_count":23,"forks_count":49,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-11-18T04:35:44.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/octomato.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}},"created_at":"2019-02-03T08:18:34.000Z","updated_at":"2024-10-24T03:07:14.000Z","dependencies_parsed_at":"2024-04-02T11:05:04.423Z","dependency_job_id":null,"html_url":"https://github.com/octomato/preload_page_view","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octomato%2Fpreload_page_view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octomato%2Fpreload_page_view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octomato%2Fpreload_page_view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/octomato%2Fpreload_page_view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/octomato","download_url":"https://codeload.github.com/octomato/preload_page_view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253695153,"owners_count":21948822,"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","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":[],"created_at":"2024-08-03T22:00:37.632Z","updated_at":"2025-10-23T08:07:24.544Z","avatar_url":"https://github.com/octomato.png","language":"Dart","funding_links":[],"categories":["Packages"],"sub_categories":[],"readme":"# PreloadPageView\n\nLike the name, this is the widget to support Pre-load function for PageView widget.\n\nFor better user experience sometimes we need pre-load the `images`/`web requests` before user really scrolled to next PageView but the official PageView don't support that.So this is the time to use `PreloadPageView`.\n\n## Usage\n\nEverything is similar like PageView, you need `PreloadPageView.builder` and `PreloadPageController` to create the PreloadPageView.\n\nAlso you can use `preloadPagesCount` to set preload pages count when you need.\n### Example\n\n``` dart\n  @override\n  Widget build(BuildContext context) {\n    return new PreloadPageView.builder(\n      itemCount: ...,\n      itemBuilder: ...,\n      onPageChanged: (int position) {...},\n      .....\n      preloadPagesCount: 3,\n      controller: PreloadPageController(),\n    );\n  }\n```\n\n\n\nIf you found any issue in the newest beta version, please try stable version [0.1.4]. Please give us a star if you like this widget. Your star could help us update or fix bugs quickly.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctomato%2Fpreload_page_view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foctomato%2Fpreload_page_view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foctomato%2Fpreload_page_view/lists"}