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

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

MJ Image Slider #

Supported platforms #

  • Flutter Android
  • Flutter iOS
  • Flutter web
  • Flutter desktop

How 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
130
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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on mj_image_slider