image_carousel 0.3.0 copy "image_carousel: ^0.3.0" to clipboard
image_carousel: ^0.3.0 copied to clipboard

outdatedDart 1 only

A image carousel flutter plugin

flutter_image_carousel #

A flutter package for image carousels.

Supports both Asset and Network images.

Example #

new ImageCarousel(
  [
    new CarouselImage(ImageType.asset, "assets/car1.jpg"),
    new CarouselImage(ImageType.network, "http://urbantrunk.com/wp-content/uploads/2016/06/volkswagen-pink-beetle-thumbnail-1-990x667.jpg"),
    new CarouselImage(ImageType.cachedNetwork, "http://cached-images.com/image1.jpg"),
  ],
  interval: new Duration(seconds: 1),
)

Showcase #

1
likes
0
pub points
25%
popularity

Publisher

unverified uploader

A image carousel flutter plugin

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

cached_network_image, flutter, zoomable_image

More

Packages that depend on image_carousel