标签: android ios listview picasso flutter
我是谷歌新推出的用于开发Android和ios应用程序的新手 我想以大ListView加载图像, 我想异步加载图像并使用缓存,在Android JAVA / Kotlin中我使用Picasso,我怎样才能在Flutter中获得类似的行为?
ListView
官方扑动ListView示例:What is the alternative to a ListView in Flutter
答案 0 :(得分:3)
如果您想加载和缓存图片,可以使用CachedNetworkImageProvider。它仍处于开发阶段,但运作良好。