{"id":18868406,"url":"https://github.com/best-flutter/lazy_indexed_stack","last_synced_at":"2025-04-14T14:31:52.472Z","repository":{"id":56833745,"uuid":"146720105","full_name":"best-flutter/lazy_indexed_stack","owner":"best-flutter","description":"懒加载IndexedStack,IndexedStack默认全部加载children,在某些情况下我们不希望这样，lazy_indexed_stack在index被访问之后才加载对应的视图","archived":false,"fork":false,"pushed_at":"2020-06-17T20:57:07.000Z","size":55,"stargazers_count":20,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T03:51:13.115Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/best-flutter.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-08-30T08:31:42.000Z","updated_at":"2023-04-05T05:22:21.000Z","dependencies_parsed_at":"2022-09-08T07:42:03.700Z","dependency_job_id":null,"html_url":"https://github.com/best-flutter/lazy_indexed_stack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/best-flutter%2Flazy_indexed_stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/best-flutter%2Flazy_indexed_stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/best-flutter%2Flazy_indexed_stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/best-flutter%2Flazy_indexed_stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/best-flutter","download_url":"https://codeload.github.com/best-flutter/lazy_indexed_stack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248897222,"owners_count":21179559,"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-11-08T05:13:34.280Z","updated_at":"2025-04-14T14:31:52.025Z","avatar_url":"https://github.com/best-flutter.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lazy_indexed_stack\n\n懒加载IndexedStack\n\n## Getting Started\n\n依赖\n\n```\n    azy_indexed_stack: any\n```\n\n导入:\nimport 'package:lazy_indexed_stack/lazy_indexed_stack.dart';\n\n使用方法：\n\n```\nnew LazyIndexedStack(\n        reuse: false,\n        index: index,\n        itemBuilder: (c,i){\n          return LoadingPage();\n        },\n        itemCount: 4,\n\n      )\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbest-flutter%2Flazy_indexed_stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbest-flutter%2Flazy_indexed_stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbest-flutter%2Flazy_indexed_stack/lists"}