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
I need the carousel in my use case to adjust its height based on its children's minimum height. Specifically, I have a list view displaying cards that I want to animate using the carousel. Since I cannot set a fixed height for the cards, I can meet my requirements by removing fit: StackFit.expand from the code snippet provided in the flutter_custom_carousel package. Introducing a boolean property like isDense would be helpful for this purpose.