简体   繁体   中英

How can i fetch image from Firebase FireStore into carouselSlider Flutter

I want to fetch images from firebase firestore collection, not from assets

How can i do it?

i want to display sellers sellerAvatarUrl in carousel

here is my carouselSlider

Use Image.network(url) instead of Image.asset . You can find more information in doc here: https://docs.flutter.dev/cookbook/images/network-image

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