flutter_carousel_slider
flutter_carousel_slider copied to clipboard
A flutter carousel widget, support infinite scroll, and custom child widget.
Flutter recommends using the flutter_lints package to follow good coding practices
The test is an integral part of the coding environment. It helps us by checking whether the code works as expected. Automated tests ensure that functionality does not break as...
Three years ago, I began to write this package, just for my personal project, and I'm very happy that this package helps people a lot. Now I have a full...
For example. https://user-images.githubusercontent.com/59549741/170434534-02afb332-7c85-4434-a41b-e9fbbbe68e41.mp4 At the moment, I have created my custom indicator. https://user-images.githubusercontent.com/59549741/170412777-fa3ca7c3-3323-43da-bd8e-ecdcc381564a.mp4
I am passing a List of items to the Carousel Slider. However I can notice that when moving from one cell to another, and going back and forth, the Widgets...
Hello, I noticed the carousel does not scroll when I tap on the next or previous items. It only reacts to dragging.
This is from an automated error report from one of our users. I don't know what actions led to this exception. ``` monodrag.dart in DragGestureRecognizer.acceptGesture at line 324 carousel_slider.dart in...
Hello, I was checking the Api a bit and I did not find a way to know which is the image [index] that is displayed. Specifically I need to know...
I see auto-played animation doesn't pause if we hover the mouse pointer over it. The user has to click the carousel widget (which uses `pauseAutoPlayOnTouch`) in order to pause the...
this error is being thrown while running my flutter code of this amazing package **AssertionError ('package:flutter/src/widgets/page_view.dart': Failed assertion: line 373 pos 7: 'pixels == null || (minScrollExtent != null &&...