Can you use FlutterCarousel with a "dynamic" height? #63
Unanswered
ManuelRauber
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using FlutterCarousel and I have widgets of different height. I know, that I can use the
ExpandableCarousel
for that, however, I don't want that animation.Is it possible to use
FlutterCarousel
widget and let it be the height of the tallest children? I'm not using theitemBuilder
but theitems
property for the items of the carousel. I know that the other children will have more "free" space, but that's ok.Beta Was this translation helpful? Give feedback.
All reactions