{"id":19528978,"url":"https://github.com/lianjiatech/bk_flutter_image","last_synced_at":"2025-06-26T20:08:02.553Z","repository":{"id":46434079,"uuid":"346650172","full_name":"LianjiaTech/bk_flutter_image","owner":"LianjiaTech","description":"flutter image，降低内存使用","archived":false,"fork":false,"pushed_at":"2022-12-20T03:50:36.000Z","size":24364,"stargazers_count":48,"open_issues_count":1,"forks_count":14,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-04-13T18:05:33.090Z","etag":null,"topics":["cache","flutter","image","memory","sdwebimage"],"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/LianjiaTech.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-03-11T09:39:03.000Z","updated_at":"2024-03-13T03:07:56.000Z","dependencies_parsed_at":"2023-01-29T23:45:27.952Z","dependency_job_id":null,"html_url":"https://github.com/LianjiaTech/bk_flutter_image","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LianjiaTech%2Fbk_flutter_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LianjiaTech%2Fbk_flutter_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LianjiaTech%2Fbk_flutter_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LianjiaTech%2Fbk_flutter_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LianjiaTech","download_url":"https://codeload.github.com/LianjiaTech/bk_flutter_image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224033152,"owners_count":17244545,"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":["cache","flutter","image","memory","sdwebimage"],"created_at":"2024-11-11T01:21:16.091Z","updated_at":"2024-11-11T01:21:17.622Z","avatar_url":"https://github.com/LianjiaTech.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bk_flutter_image——Flutter图片内存优化库\n\n ## 背景\n 随着移动端业务中更多Flutter应用, 多图、大图复杂页面使用Flutter的Image.network(..) , FadeInImage.network(..)易出现出现OOM问题\n * [实践](https://mp.weixin.qq.com/s/yUm4UFggYLgDbj4_JCjEdg)\n\n ## 指南\n\n ### Android依赖 Glide 4.11.0\n\n ```gradle\n dependencies {\n     implementation 'com.github.bumptech.glide:glide:4.11.0'\n }\n ```\n\n ### iOS 依赖 SDWebImage 5.12.6及以上 https://github.com/SDWebImage/SDWebImage/issues/3351\n pod 'SDWebImage','5.12.6' \n\n ### 使用方式\n\n ```\n BkFlutterImage(\n   url: imageUrl,\n   width: width,\n   height: height,\n   autoResize: true,\n   ...\n )\n ```\n\n ## License\n\n 详情参见 [LICENSE](./LICENSE)。\n\n ## 版本历史\n 具体版本历史请参看 [CHANGELOG.md](./CHANGELOG.md)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flianjiatech%2Fbk_flutter_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flianjiatech%2Fbk_flutter_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flianjiatech%2Fbk_flutter_image/lists"}