nixrajput / flutter_carousel_widget

A customizable Flutter carousel widget with infinite scrolling, auto-scrolling, pre-built indicators, expandable widgets, auto-sized child support, and enlarged center page.
https://pub.dev/packages/flutter_carousel_widget
MIT License
39 stars 23 forks source link

Suggest an idea for this project #5

Closed nixrajput closed 1 year ago

nixrajput commented 2 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

rafaellop commented 1 year ago

Great package. Thanks! I'd like to suggest autopause feature when the carousel is out of view. Use case is a design where expandable carousel is used which cause the widgets below carousel are moving up/down depending on the carousel page currently displayed. Would be great if this unwanted effect could be stopped when the carousel is out of view (e.g. scrolled up/down).

wisnhusurya commented 1 year ago

When autoplay is true, and scroll in last index, Can you make from last index directly to first index instead of last index -> (some index) to -> first index?