Flutter如何在堆栈中显示图像

Flutter how to show images in stack

我在数组中有一些网络图像 url。我想像堆栈一样相互显示图像。我使用了列表视图,但它同时显示了它们。

我认为 Stack 小部件正是您所需要的。 https://api.flutter.dev/flutter/widgets/Stack-class.html and to position your images you can use the Positioned widget. This video may help you a lot https://api.flutter.dev/flutter/widgets/Stack-class.html