mj_image_slider 0.0.6 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