image_carousel_gallery 2.0.0 copy "image_carousel_gallery: ^2.0.0" to clipboard
image_carousel_gallery: ^2.0.0 copied to clipboard

A new Flutter package for creating an image carousel gallery with an animated image slider.

2.0.0 #

  • Add ImageCarouselImageSource to support network and asset images.
  • Provide ImageCarouselGallery wrapper for the main carousel widget.
  • Update docs for asset usage.
  • Replace carousel_slider with a built-in PageView carousel.
  • Add configuration for indicators, arrows, spacing, animation, and caching.

Migration to 2.x #

  • Replace ImageCarouselWithGrid direct usage with ImageCarouselGallery if you prefer the simplified API.
  • For asset images, switch to ImageCarouselGallery.asset(...) instead of setting imageSource manually.
  • If running on web or without plugins, set enableNetworkCaching: false to avoid platform channel errors.

0.0.1 #

Initial release #

5
likes
140
points
126
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A new Flutter package for creating an image carousel gallery with an animated image slider.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

cached_network_image, flutter

More

Packages that depend on image_carousel_gallery