flutter_carousel_widget icon indicating copy to clipboard operation
flutter_carousel_widget copied to clipboard

A customizable Flutter carousel widget with infinite scrolling, auto-scrolling, pre-built indicators, expandable widgets, auto-sized child support, and enlarged center page.

Results 19 flutter_carousel_widget issues
Sort by recently updated
recently updated
newest added

### Contact Details _No response_ ### What happened? I've tried blocking the scrolling feature while I do a pinch and zoom on the widget. I didn't find a way to...

bug
enhancement
good first issue

### Contact Details _No response_ ### Is your feature request related to a problem? Please describe. I've been trying to use `ExpandableCarousel` (`builder` constructor as well) to leverage `CarouselOptions.enlargeCenterPage`, but...

enhancement

### Contact Details _No response_ ### Is your feature request related to a problem? Please describe. Yes ### Describe the solution you'd like Hello, i want to get the center...

enhancement
good first issue

### Contact Details [email protected] ### Is your feature request related to a problem? Please describe. No, this feature request is not related to any problem. I am looking to add...

enhancement
help wanted
good first issue

### Contact Details [email protected] ### What happened? Given the initialPage parameter in CarouselOptions, the slide indicators always start with index 0. I extended one of the slide indicators and wrote...

bug

### Contact Details _No response_ ### Is your feature request related to a problem? Please describe. Possibility to add shadows in borders of the itens ### Describe the solution you'd...

enhancement

### Contact Details [email protected] ### What happened? I'm not sure this is a bug, perhaps is me missing something about the way this widget works, but I thought I'd ask...

bug

### Contact Details [email protected] ### Is your feature request related to a problem? Please describe. Can you make the image transitions smoother as in the description? https://miro.medium.com/v2/resize:fit:1400/1*RIs56GsyQOPcTuuFWV7m3A.gif ### Describe the...

enhancement

I'm using Flutter 3.3.8v Full error is: ``` ../../development/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_carousel_widget-2.0.2/lib/src/_flutter_carousel_widget.dart:368:22: Error: Method 'readState' cannot be called on 'PageStorageBucket?' because it is potentially null. - 'PageStorageBucket' is from 'package:flutter/src/widgets/page_storage.dart' ('../../development/flutter/packages/flutter/lib/src/widgets/page_storage.dart'). Try calling...

Hello I've created a carousel by supplying an array of stateful widgets and when the provider signals, this will be reconstructed as part of the normal build process. On the...