image_carousel_gallery 2.0.0
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
ImageCarouselImageSourceto support network and asset images. - Provide
ImageCarouselGallerywrapper for the main carousel widget. - Update docs for asset usage.
- Replace
carousel_sliderwith a built-in PageView carousel. - Add configuration for indicators, arrows, spacing, animation, and caching.
Migration to 2.x #
- Replace
ImageCarouselWithGriddirect usage withImageCarouselGalleryif you prefer the simplified API. - For asset images, switch to
ImageCarouselGallery.asset(...)instead of settingimageSourcemanually. - If running on web or without plugins, set
enableNetworkCaching: falseto avoid platform channel errors.