Initial version.
Remove useless dependencies, add changelog.
Fix initialPage
bug, fix crash when widget is disposed.
Fix hard coded number
Added distortion
option
Update doc
Added pauseAutoPlayOnTouch
option
Sets a timer on touch detected that pause the auto play with the given Duration
.
Touch Detection is only active if the autoPlay
property is set to true.
If screen is touched again during the time out the timer is reset to the given duration.
Added documentation to public properties.
Refactored ambiguous property names and deprecated the old ones.
Updated example project displaying the new feature and refactored the code to follow flutters style guidelines.
Updated .readme
Introducing two new features, Vertical scroll and enable/disable infinite scroll .
Pass an Axis
as the scrollDirection
argument to specify direction.
Use enableInfiniteScroll
to toggle between finite and infinite scroll mode.
When enableInfiniteScroll
is set to false
the carousel will not scroll past the first or last item.
- Remove the deprecated param:
interval
,autoPlayDuration
,distortion
,updateCallback
. Please use the new param.
- Fix
enlargeCenterPage
option is not working invertical
carousel slider.