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

outdated

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
  • display dots indicator option

Installation #

In your pubspec.yaml file within your Flutter Project:

dependencies:
  flexi_image_slider: <latest_version>

Usage #


flexi_image_slider(
arrayImages: [

"https://i.ibb.co/7yBRJcc/Screenshot-2023-02-18-at-12-04-20-PM.png",
"https://i.ibb.co/925Nc43/Screenshot-2023-02-18-at-12-04-28-PM.png",
"https://i.ibb.co/5WDVHnv/Screenshot-2023-02-18-at-12-04-46-PM.png",
"https://i.ibb.co/ZfjCq7G/Screenshot-2023-02-18-at-12-04-53-PM.png",

],
context: context,
aspectRatio: 16/9
),


9
likes
0
points
79
downloads

Publisher

verified publisherpackzo.dev

Weekly Downloads

Image slider with auto scroll, dots indicator

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cached_network_image, dots_indicator, flutter, provider

More

Packages that depend on flexi_image_slider