You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simply create a `FlutterCarousel` widget, and pass the required params:
45
+
### Using `FlutterCarousel` Widget
46
+
47
+
Flutter Carousel is a carousel widget which supports infinite scrolling, auto scrolling, custom child widget, custom animations and pre-built indicators.
41
48
42
49
```dart
43
50
FlutterCarousel(
@@ -63,6 +70,33 @@ FlutterCarousel(
63
70
)
64
71
```
65
72
73
+
### Using `ExpandableCarousel` Widget
74
+
75
+
Expandable Carousel is a carousel widget which automatically expands to the size of its child widget. It is useful when you want to show a carousel with different sized child widgets.
0 commit comments