flexi_image_slider 1.0.4 copy "flexi_image_slider: ^1.0.4" to clipboard
flexi_image_slider: ^1.0.4 copied to clipboard

Image slider with auto scroll, dots indicator

flexi_image_slider #

Image slider with auto scroll, dots indicator

Features #

  • set image with your aspect ratio

  • auto scroll option

  • image zoom view

  • Style1 : simple image slider with zoom view

  • Style2 : image slider with dots indicator

  • Style3 : image with left right preview

Installation #

In your pubspec.yaml file within your Flutter Project:

dependencies:
  flexi_image_slider: 1.0.4

Usage #


        flexi_image_slider(
        
        style: enumStyle.Style1, //Style2, //Style3,
        context: context,
        aspectRatio: 16/9,
        autoScroll: false,
        boxFit: BoxFit.fill,
        arrayImages: arrayImages
        ),