Flutter Sliders

Image slider for showing off all products in a screen


Used it in the Product screen.

Example:

Container(
  height: 500,
  child: ImageSlider(imgArray: imgList)
)

Parameters

You can always hover with your mouse on any object and see its types and parameters.

Parameter Type Default Description
imgArray List   This feeds the widget with information in order for it to correctly display all the pictures.