Skip to content

Sagarkhemnar8308/dottedcarasoulslider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dottedcarasoulslider

dottedcarasoulslider Flutter widget adds dots to the carasoulslider .

demo

Features

  • adding a dots in a carsouls
  • simply add a colors and images

Getting started

To use this package, add dottedcarasoulslider as a dependency in your pubspec.yaml file.

Usage

 DottedCarasoulSlidermultipleImages(
        addDots: true,
        autoplay: true,
        reverse: false,
        dotActiveColor: Colors.red,
        dotInActiveColor: Colors.yellow,
        imgUrls: const [
          "https://images.unsplash.com/photo-1708200216317-84160f5e8db0?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyOXx8fGVufDB8fHx8fA%3D%3D",
          "https://images.unsplash.com/photo-1708200216317-84160f5e8db0?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxlZGl0b3JpYWwtZmVlZHwyOXx8fGVufDB8fHx8fA%3D%3D",
        ],
        duration: const Duration(seconds: 3),
        height: 100,
        width: MediaQuery.of(context).size.width,
      )),

See also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published