简体   繁体   中英

Flutter how to show images in stack

I have some network image urls in an array. I want to show the images on each other like a stack. I used listview but it is showing them under together.

I think the Stack widget is what you need. 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM