flutter_image_carousel_slider 0.0.14 copy "flutter_image_carousel_slider: ^0.0.14" to clipboard
flutter_image_carousel_slider: ^0.0.14 copied to clipboard

Flutter image carousel slider for smooth slide.A carousel slider in Flutter is a UI widget used to display a series of items horizontally in a scrolling manner.

Flutter image carousel slider

Features #

Fast flutter image carousel slider and smooth slides

Getting started #

A carousel slider in Flutter is a UI widget used to display a series of items horizontally in a scrolling manner, typically with one item visible at a time. It allows users to swipe or scroll through the items, providing a visually appealing and interactive way to navigate content. Image carousels, commonly referred to as sliders, are interactive elements on web pages that showcase multiple images or content pieces in a rotating sequence. Originating as simple photo sliders, their evolution has been influenced significantly by advancements in web technology.

to use this package import the latest package and directly pass the images path like this-->

ImageCarouselSlider(items: imageList),

image

To show images in gallery view just use like this

              InkWell(
                       onTap: () {
                        Navigator.of(context)
                            .push(MaterialPageRoute(builder: (context) {
                          return ImageListView(
                            imageList: imageList,
                          );
                        }));
                       
                      },
                      child:
                          ImageCarouselSlider(items:imageList),
                    ),

image

Any help or suggestion contact me naveensheoran1000@gmail.com or telegram @NaveenSheoran777

13
likes
160
pub points
66%
popularity

Publisher

unverified uploader

Flutter image carousel slider for smooth slide.A carousel slider in Flutter is a UI widget used to display a series of items horizontally in a scrolling manner.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, gradient_borders, photo_view

More

Packages that depend on flutter_image_carousel_slider