【发布时间】:2018-07-11 09:06:22
【问题描述】:
我是 Google Flutter sdk 的新手,用于开发适用于 Android 和 ios 的应用程序,
我想在大ListView 中加载图像,
我想异步加载图像并使用缓存,在 Android JAVA/Kotlin 中我使用 Picasso,如何在 Flutter 中获得类似的行为?
官方flutterListView例子:What is the alternative to a ListView in Flutter
【问题讨论】:
标签: android ios listview picasso flutter