flutter_image_carousel icon indicating copy to clipboard operation
flutter_image_carousel copied to clipboard

[Q] How can I add a dot indicator ?

Open hnvn opened this issue 6 years ago • 2 comments

I want to add a dot indicator to ImageCarousel, I can do it with PageView with PageController, how to make it work with ImageCarousel? zsi7n

hnvn avatar May 16 '18 03:05 hnvn

@hnvn did you ever find a way to add a dot indicator

anthonyliriano avatar Jul 11 '18 00:07 anthonyliriano

yes, I did. I rewrite ImageCarousel and add my indicator: https://gist.github.com/hnvn/1d06731129215709507011fd225dd5b9 https://gist.github.com/hnvn/30953582dc45b67877634d7fc6ac486b

hnvn avatar Jul 11 '18 01:07 hnvn