All Collections
How To Build It
Make an image slider with a list of images
Make an image slider with a list of images

You have a list of images and you want to show them all with slide functionality

David avatar
Written by David
Updated over a week ago

Use case example:
You have an e-commerce app and on the item detail page, you want to show the item images that you have saved in a list { list of image URLs ]

Notice: I used generated sample data: I generate a list of images

  • A page view widget has children, children can be static, you can add them one by one. or you can generate a list of items for children.
    when you generate the list then you just need 1 child in the page view, and that child will repeat.

    Project URL
    Project Run

    How to use this project:
    On the login page just tap on the login button.

  • the home page tap on "Image slider from list of images"

  • you will navigate to the page "PhotoSlider"

Did this answer your question?