mj_image_slider 0.0.5 copy "mj_image_slider: ^0.0.5" to clipboard
mj_image_slider: ^0.0.5 copied to clipboard

A Flutter package for all platforms which provides a simple image slider with/without animation

MJ Image Slider #

##Hoe To Use

Here is an example:

MJImageSlider(
            images: ["https://picsum.photos/200","https://picsum.photos/200"], 
            useLocalAssetImages: false, 
            duration: const Duration(seconds: 3), 
            width: 200, 
            height: 200,
            curve: Curves.easeInOutCubicEmphasized,
          ),

** images : List of images useLocalAssetImages : Set this to True if images was load from assets Folder duration : Change Image Duration width : Width of image height : Height of image curve : Use this for change images with animation **

17
likes
0
pub points
77%
popularity

Publisher

verified publishermiladjalali.ir

A Flutter package for all platforms which provides a simple image slider with/without animation

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on mj_image_slider