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

outdated

Carousel of images with reality effect

Carousel Images #

Carousel of images with reality effect

img

How to use #

CarouselImages widget support Network and Asset Images. You should put to list path or url:

final List<String> listImages = [
  'assets/1.jpg',
  'https://www.factroom.ru/wp-content/uploads/2019/04/5-sobiraetes-syuda-priekhat.jpg',
  'https://cdn.flixbus.de/2018-01/munich-header-d8_0.jpg',
  'assets/4.jpg',
  'assets/5.jpg',
  ];'
CarouselImages(
  listImages: listImages,
  height: 300.0,
  onTap: (index){
    print('Tapped on page $index');
  },
)

Parameter height is required!

49
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Carousel of images with reality effect

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, transparent_image

More

Packages that depend on carousel_images